1205 results found
-
Add history (searchable) of executed statements/expressions.
A list of previously executed statements and expressions is a useful addition to the My Queries pane or as a separate tab entry. It would be nice that this history can also be queried like the examples.
13 votes -
Create a portable version of the license
I have the potential to work from multiple PC's It would be great if the license could be tied to a USB stick or something, this was i can add it to my portable apps collection.
40 votes -
NuGet Package Management
Please consider NuGet integration.
I would also suggest changing LINQPad scripts to not just be XML files but indeed something like a tar'd/zip'd archive of XML and DLL files with NuGet integration and update mechanism.
This would be super compelling and useful and much more light-weight than using NuGet from VS.
4 votes -
Support plural table names => singular entity types
When I have a "Customers" table, please support having "Customer" entities.
At the moment, I have the "Customers"-table in the tree view with a "Customers" entity data type, which is bad.
6 votes -
ICustomTypeDescriptor
Test for implementations of ICustomTypeDescriptor and use that interface to display results if it's implemented
2 votes -
add a data context for reading CSV files
It's a very common problem to have to combine CSV files together. A data context that allowed you to add multiple CSV files and generate a static acessor off column names would be incredible useful
12 votes -
allow multiple data contexts per query
I would like to be able to take data from multiple sources and munge them together, but right now only a single context is allowed. I guess you could do this with mega data context that references other data contexts.
237 votes -
.Dump support for DataSets, DataTables, etc.
Like the title says add .Dump support for DataSets, DataTables, etc. ...all of the DataSet objects.
3 votes -
Copy to CSV or similar
I can effectively do this using export to Excel and then select all / copy. But I do a lot of statistical analysis and need to copy data results to and from other programs. They support importing from the clipboard, but the clipboard text must be comma or tab separated (or even fixed--parsable in a line-per-row fashion--i.e., not markup).
It would also be nice if you could suppress the summary line.
9 votes -
Add an option to set the default behavior for intellisense
i.e. Always Show Full List (or press Ctrl+Space or Ctrl+H). Currently you MUST press those keys to get a full list. It would be nice to have an option to show the full list every time.
6 votes -
Tab Context menu options
Similar to notepad++ add some context menu items for the tabs to include
-> Copy full filepath to clipboard
-> Copy filename to clipboard
-> Copy DirectoryPath to clipboard14 votes -
Provide a way to parametize queries
It would be nice if it was possible to add parameters to a linqpad query so that when you run it you are prompted to supply a parameter value. I realise I can just edit the contents of the file with a new value, but being able to treat a linqpad query as a small program that takes some parameters and then returns results would be useful.
7 votes -
Connection Timeout option
I get timeout error if initialize Linq to Sql Connection at local sql server with many database inside. Please add a timeout option to it.
Thank you very much.
7 votes -
Add new Language Type C# Auto
It might be possible to parse the query contents looking for a Main Block or an ; separator to determine if the query is to be treated as C# Expression, C# Statements or C# Program? If so, this would have the advantage that would can highlight and execute statements that happen to be in a 'C# Program' query (rather than having to copy them to another query window).
6 votes -
Working with large number of tabs open
Bug: Open enough tabs to fill the tab bar, say 15 tabs, take the last one and drag and drop it to move it over, it will jump to the first page worth of tabs (say between 1st and 10th), so you can't move the 14th tab to be the 15th position.
Using the scroll wheel on a mouse could move along the tab bar (as firefox does)
Forward and Backward buttons on the mouse could step between active tabs (as Notepad++ does)
6 votes -
2 votes
-
result clear
Hi;
Can you add a button on the Result section that will allow us to "Clear" the result area?
Thanks!
..Ben5 votes -
Add Bing search
Allow user to specify search provider - Bing.
34 votes -
CSD like in jGrasp
The Control Structure Diagram add visual symbol to code that makes the code much more easier to grasp for beginners. Such an implementation in linqpad would just rock!
3 votes -
Add a Util.ReadPassword method
Util.ReadLine is very handy, but sometimes I use it to enter passwords, and I don't want other people looking at the screen to see my password... A Util.ReadPassword method that hides the input would be nice
4 votes
- Don't see your idea?