1217 results found
- 
Shortcut for ReplaceControl-F is now used for Find & Replace. Adding Control-H for Replace would bring it in-line with Visual Studio. I first thought Replace was not implemented until I found it under Search 5 votes
- 
Option to turn off the pluralisation of SQL table names in treeview as can't drag & useWhen using LinqPad for sql editing (i.e. as part of stored procedures, dragging table names from the tree view gives the wrong name because you are pluralising by adding "s". Would also be great if app automatically could fill in the schema for a table when dragged onto a sql query page. 3 votes
- 
Tables node under database treeAdd Tables node and display all database tables under this node. Like you do in Views, Stored Procedures, and Functions. Currently all tables are displayed as direct children of the database node. 10 votes
- 
Results TableIt would be very useful to have the option to put query results in a grid with sortable columns etc. instead of just HTML. 1 vote
- 
Generate LINQ2SQL classesIt would be handy if LINQPad could assist in quickly generate LINQ2SQL classes for a database a la SQLmetal. 1 vote
- 
A Visual Studio addin: right-click on method, choose "run in LinqPad"From VS, right-click on selected method, choose "Run in LinqPad". It creates a new query, copies the method from the source, adds using statements from the top of the file, and reference dlls used by the project. Likely would also need a way to reference other code files within the same project and/or reference the current dll 5 votes
- 
Enhance AutoComplete with Most Recently Used (MRU) members algorithmI would like the autocomplete list to use a most recently used (MRU) member selection algorithm that highlights the most recently used member in the list. As you know, Visual Studio already does this, and it saves a great deal of time. This would be more than simply selecting the last used member after typing a dot (though that is a great start). It would also select the most recently used member for a given autocomplete character sequence. So if on an IEnumerable<T> I used FirstOrDefault() and then later used SingleOrDefault(), the next time I type "." on an IEnumerable<T>… 3 votes
- 
support POCO methods and properties in LINQ to EntitiesCurrently I get the following exception when accessing POCO methods and properties. 
 NotSupportedException: The specified type member 'Language' is not supported in LINQ to Entities. Only initializers, entity members, and entity navigation properties are supported.1 vote
- 
Provide connection context menu option to close the selected connectionIn addition to closing an established connection it should also cancel a connection that in the process of being established. 1 vote
- 
1 click reference a dll from currently running VS projectsomething along the lines of either: 
 A) a plugin to visual studio (toolbar button) that I can click "open in Linqpad" that will launch linqpad with a reference to the assembly of the current project, plus a dialog that pops up, where I can select any of the other projects in the solution to also reference, this will automatically bring in the namespaces as well.7 votes
- 
7 votes
- 
allow LINQPad 4 .exe to be named LINQPad4.exesince LINQPad 4 is a .NET 4 version, 
 imho,
 I'd like to name it LINQPad4.exe
 BUT it refuses to run.1 vote
- 
See generated Std Query Operators under lambda displayCan be important to see the generated calls of Std Query Operators when designing new LINQ providers. Request clicking the lambda button next to "Results" to show this, as in 
 from x in new int[] {1,2,3}
 select x * xnew int[] {1,2,3}.Select(x=>x*x) This gets real important with the various SelectMany overloads, as in for a in new int[] {2,3} 
 for b in new int[] {7, 11}
 select new int[] {a, b}does this gen code for IEn<B> SelectMany<A,B>(this IEn<A> as, Func<A, IEn<B>> f) or for IEn<B> SelectMany<A,B>(this IEn<A> as, Func<A, IEn<A>> f, Func<A, A, B>> g) ? Would love… 1 vote
- 
REPLlike CsharpRepl in mono 7 votes
- 
Default language to the language you used in the previous sessionLINQPad currently defaults to C# Expression. I would prefer VB Expression. If you default to last language everyones happy. 4 votes
- 
Improve the performanceEven on my dual quad core box with 4GB RAM, LinqPad can take a long time to open. The UI is often unresponsive when switching to the application or compiling/running a query. I'd like to see some investment in improving the performance of the application and giving it a more lightweight feel. 6 votes
- 
Save samples to user specified folderIn some Windows network environments local profiles sizes are sometimes restricted by group policies, meaning samples can't be download to the default Application Data folders. My Queries has a Set Folder... option. This would be useful for the Samples tab too. 6 votes
- 
Control-E / Cntl-E to run a query (same as SMSS)Pretty simple - lets me keep my hands closer to the money spot on the keyboard. I find F5 to be disrupting to my keyboard position. 3 votes
- 
Ability to turn off automatic population of DataContext with each query runSometimes it's very time-consuming for LINQPad to automatically repopulate the schema/datacontext with each run of a query. It would be great if there were a manual refresh mode, with the option to manually refresh the schema. (I'd even be able to live without the ability to trigger a refresh in a Query window, as the workaround presumably would be to save and reload the query, or to clone it.) Great product. I purchased autocomplete I love this thing so much, but I'd love it more with this feature. Thanks! 4 votes
- 
Auto update referencesThe enhanced search for assembly references is perfect. It would be great if VS2010/F# adopted it like you built it. It would be great to have an auto update on reference version that are no longer found. I frequently update the Rx.NET references and it's pain to update every single .linq files. 4 votes
- Don't see your idea?
