1205 results found
-
Search/filter by table or column name
For databases with hundreds of tables, it would be great to filter tables and columns by having a textbox at the top of the connection panel. As you type, it would autofilter the currently selected connection.
128 votes -
5 votes
-
.linqbat
Allow to create files with the .linqbat extension and the ability to run them in the command line or double clicking them without opening the full LINQPad UI.
3 votes -
Organize Connections Into Folders
Would be nice to be able to organize my connections into folders like "Dev", "Test", "Prod", or by focus, like "Reporting", "Web", "Internal", etc.
288 votes -
Add support for calling CLR Stored Procedures that are already defined on a database
Fairly self explanatory. If a CLR Stored Procedure is defined on a database, I should be able to call it from LinqPad. As of now, they don't show up in the tree and I can't call it directly.
6 votes -
put "X" to close a tab in the tab itself, like VS2010
Like the change from VS2008 to VS2010, the "X" icon to close a file is on the right-hand side of the tab (at least for western languages)
5 votes -
Add Dump to ExpandoObject
'System.Dynamic.ExpandoObject' does not contain a definition for 'Dump'
Can this be added? (Is it possible?)
12 votes -
Have the ability to create templates in my queries?
It would be nice to click on a template query and get a new copy of that query, rather than edit the query itself. Perhaps a right-click on the query in the "My Queries" tab would let you open/clone the query without having to open the original, clone it, close it, then do what you wanted to do in the first place.
FYI, I can't live without this LinqPad.
4 votes -
graphs
Probably Just Me (and I think I could do it myself using MSCHart Add in). but sometimes I would like to be able to do very simple charts of my queries results. Scatter, Block Chart and May Be Pie Chart would probably be enough. like a light weight matlab....
3 votes -
Add a link to the app in programs menu on install
I was a little surpursed when i installed the app that it was not in the program list. Granted it is small and i typically use the autocomplete to find and launch apps but it does make me question future maintenance, uninstall and clean up issues.
1 vote -
Autocompletion is Incomplete
Make it clearer that autocompletion does not work with VB, before one commits to a purchase.
2 votes -
Ability to set Headers for WCF Data Services to test things like API keys, etc
Would be nice to be able to use LINQPad to test WCF Data Services with the ability to set HTTP Request Header variables as part of the connection settings. That way we could simulate passing a value like an API Key in the Header.
35 votes -
Semantic Web (RDF) Query Support
The official page of RDF is here, http://www.w3.org/RDF/.
6 votes -
Make shift-click in the results pane collapse/expand all boxes of the same "class"
For example, when querying with a group by clause with multiple keys, shift+click the Key field make all Key properties collapse or expand.
1 vote -
add support for python
LINQPad is so gangster.
Add support for (iron)python
41 votes -
Export and import preferences and connections
I use LINQPad on three different computers. It would be very helpful to be able to export the preferences and connections from one so they can be imported into another instance.
31 votes -
Ability to synchronize "My Queries " on the cloud/web
I am using Linqpad in diffrent machines. Was wondering is there anyway to sync "My Queries" through some service. Or may be we can use SkyDrive/Azure/Amazon kind of thing?
61 votes -
Provide a method to select a database (from the droplist) via code in c# statements mode
I'd like a method (maybe exposed via the LINQPad object) to change the data context to any of those present in the 'Add Connection' pane.
As we know linq cannot perform cross database (cross data context) joins. To cope with this, in Visual Studio, I often use one data context, obtain data into a table or array, then switch to another data context, obtain more data, then fuse the result sets.
This is simple enough in VS, but in LINQPad I cannot work out how to change the data context via code in C# Statements mode; the only way I…
13 votes -
Command-line LINQPad
like interactive shell, or csharp(1) on Mono, would be nice I think!
2 votes -
in the export results functionality, provide a way to export a complextype definition for the result
1 vote
- Don't see your idea?