1187 results found
-
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 -
REPL
like CsharpRepl in mono
7 votes -
Default language to the language you used in the previous session
LINQPad currently defaults to C# Expression. I would prefer VB Expression. If you default to last language everyones happy.
4 votes -
implement auto-conversion from c# to vb(vice versa)while selecting input-type would be really great
implementing auto-conversion from c# to VB when switching the input-code-type would be the tip of the iceberg for this great thought through linkpad-tool - but probably also really challenging for master Joe
But also without that - Thanks for that really cool working- and education-tool
regards from germany12 votes -
Improve the performance
Even 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 folder
In 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 run
Sometimes 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 references
The 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 -
LINQ to SharePoint 2010
Support for the new SharePoint 2010 Microsoft.SharePoint.Linq.DataContext would be awesome!
3 votes -
Alias tables to "var names"
When I copy/paste from Visual Studio to LINQPad (and back) I have to rename all the table variables to the real table names.
If I could alias a table, e.g. "Products" into "myProductsTable" the transition from VS to LP would be smooth.3 votes -
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 -
Non-blocking UI
Don't block the UI thread when doing some expensive work. I'm using LINQPad at work and at home (ironically I paid for my home license but am using the unregistered version one at work) and at work I connect to large databases with thousands of tables and LINQPad takes a long time to "deal" with scripts connecting to these kinds of databases but it would help with a progress bar or at least some notion of "I'm busy" rather than the ghost whitening of the UI.
Otherwise thanks for a superb product. :-)
2 votes -
Ctrl + E as alternative execute query shortcut
It would be great if the Ctrl+E SSMS shortcut would be enabled as an alternative to F5. It's easier to reach and makes sense (E for Execute).
0 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 -
Support Copy & Paste from LINQPad to Google Docs Spreadsheet
Currently when mulitple columns of data are copied from LINQPad and pasted to a Google Spreadsheet they result in a single column of data, whereas pasting to Excel preserves the columns.
Supporting Google Spreadsheets would save us Google Apps/Docs users from the extra step of copying or exporting to Excel.
4 votes -
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 -
Append to querystring
Great stuff, I'm using it to test a REST service - but it requires a querystring parameter for the apikey. It would be great to have a collection of querystring params that are appended to the url.
6 votes -
this feature ,it will better
i like this tool,if have this feature i think it will better:
add a expand/collapse button with west panel,can drag to east panel,and west panel's north panel(connection to sql) with south panel all in one tabpanel
Like the VS 's winodw toolkit!
--i am a chinese,in china no way to buy this book,how can i buy the book 4.0,thankyou
--sorry ,my English very poor3 votes -
Add "Raw" view for OData responses
When working with OData data services, it would be nice to have the option of viewing the raw HTTP responses (including headers and HTTP response codes)
6 votes
- Don't see your idea?