1205 results found
-
1 vote
-
Integrate with a code snippet site like Pastie
It would be nice to send a linqpad query window to something like http://pastie.org/ so that it is easy to request assistance from others.
1 vote -
Disable Debug Messages Option
When testing our application's objects via LP, our System.Diagnostic.Debug.WriteXXX messages are being captured in the Results window. Is there any way of disabling this feature in LP?
1 vote -
Close the application to the system tray
It would be handy if LINQPad closed to the system try so that it could be get around all the time. It's a great lightweight tool for trying out things.
1 vote -
1 vote
-
in the export results functionality, provide a way to export a complextype definition for the result
1 vote -
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 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 -
1 vote
-
Submit examples to common scripting repository to download directly into LINQPad
Allow users to submit scripts to a LINQPad online script repository and have ratings and view counts to sort by.
Turn on "ambient intellisense" (ambient autocomplete) for extension methods not downloaded but provided on the Web. (Build and maintain index on client). And a magic key combo to automatically download that extension and any dependencies it has on other ambient code. Show reviews, ratings and view count in client.
1 vote -
Simulated Execution (LINQ to SQL)
A driver or mode that executes a program but does not execute any LINQ to SQL changes but instead captures these in a new SQL script you can save.
1 vote -
See generated Std Query Operators under lambda display
Can 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 -
allow LINQPad 4 .exe to be named LINQPad4.exe
since LINQPad 4 is a .NET 4 version,
imho,
I'd like to name it LINQPad4.exe
BUT it refuses to run.1 vote -
support POCO methods and properties in LINQ to Entities
Currently 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 -
Results Table
It 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 -
Provide connection context menu option to close the selected connection
In addition to closing an established connection it should also cancel a connection that in the process of being established.
1 vote -
Generate LINQ2SQL classes
It would be handy if LINQPad could assist in quickly generate LINQ2SQL classes for a database a la SQLmetal.
1 vote -
1 vote
-
Donate your "Add Custom Assembly Reference" code to the next version of Visual Studio.
They haven't gotten it right in over 10 years! In 2010 it got a little better. But they need your asynchronous search capability!
1 vote -
1 vote
- Don't see your idea?