1195 results found
-
"My Queries" directory default to where the .linq file was launched from
For people with multiple projects with multiple folders of linq queries, you would have to use the "Set Folder" feature to change directories. One way to solve this problem is to default to the directory that you clicked on a .linq file. Another idea would be to keep a history of the project roots (folders) like Visual Studio.
2 votesI’ve changed the custom query location TextBox into a ComboBox with a MRU for the next build.
-
2 votes
-
ICustomTypeDescriptor
Test for implementations of ICustomTypeDescriptor and use that interface to display results if it's implemented
2 votes -
(Optionally) show a different icon for each language in the My Queries treeview
(Optionally) show a different icon for each language in the My Queries treeview. Also show different overlays for expressions, statements, programs, etc. for each language. Maybe filters can be applied to sort things out. Make logical folder (like search folders in Outlook) to distinguish the items.
2 votes -
Provide support for this Select overload
groups1.OrderBy(x=>x.Key).Select((x, ixc)=> new {Iter = ixc, GroupName = x.Key})
2 votes -
2 votes
-
Allow "solution explorer" organization
It would be useful to organize a .linq file in multiple classes, exactly as in Visual Studio "Solution Explorer".
LINQPad is becaming a new light version of Visual Studio for me :).2 votes -
Provide language-dependent query snippets for items in the schema tree (in the context menu)
Currently, all the snippets provided as native LINQ statements and method calls only, irregardless of the nature of the connection/provider. It would be useful to have these snippets in all languages supported by LINPad and (more importantly) applicable to the specific connection/provider, like for instance ESQL or plain SQL. The snippets could be organized in sub-menus by language.
2 votes -
Allow WCF Data Services libraries to be configurable
Since LINQPad is an OData client, it be great if we could configure it to use the latests WCF Data Services libraries, which are now released out of band from the Framework. e.g. http://www.microsoft.com/en-us/download/details.aspx?id=29306 is a release that supports Any/All queries, but LINQPad will throw a NotSupported exception when using the exact syntax explained here: http://blogs.msdn.com/b/astoriateam/archive/2011/05/31/any-all-support-in-wcf-data-services.aspx
2 votes -
add support net.tcp services
be able to query a net.tcp hosted service
2 votes -
2 votes
-
Don't autowrap existing code with Main() when switching to C# Program
Often I copy a method or class to LinqPad and then change the language to C# Program, which wraps all the code inside Main().
It would be nice to not do this if LinqPad detects the existing code contains methods/classes.2 votes -
Export result to XML
It would be nice to export the result to xml. Two possibilities XML-Node and XML-Attribute. If the user chooses XML-Attribute one Data record is one XML node with all fields as Attribute, Nesting Levels are Nodes.
2 votes -
Add OData as language
In this case i can use LinqPad as ODateClient, see nice result and can export the result to Excel ...
2 votes -
Adding New Connection defaults
Add a tab to the "Preferences" dialog for "New Connection Defaults". Allow the user to specify certain defaults for creating new connections. I often create a new connection (with the program defaults), then have to delete the connection and re-created to turn off "Pluralize EntitySet and Table properties" and "Capitalize property names". It would be nice if I could turn those off by default.
2 votes -
Make "insert special" customisable
It would be cool to be able to add our own items in insert special (the top right of the data grid in premium), I suppose this is a super-feature of having a date picker
2 votes -
Allow tree structure in editor to allow say #region and #define to be minimised similar to VS. Code could be hidden from users easily enough
Allow tree structure in editor to allow say #region and #define to be minimised similar to VS. Small scripts for users could be hidden from "users" easily enough using #region #endregion or if based on defind label around the whole thing
2 votes -
Add an option to not display secure strings in the results pane
Short version:
I would like to have an option in LInqpad that would stop it from displaying a SecureString as plaintext in the results pane so that my ActiveDirectory password is not revealed when I .Dump() an object that contains an ICredentials member.Longer description
So, Linqpad has become my favorite c# test/scripting/training workbench. I often use it to explore new API'sI noticed something today was kind of a bummer -- I was working with a co-worker on the TFS API. I .Dump()'d a TFS object that contained credentials, and there was my AD password in the results grid,…
2 votes -
Allow user to set a connection as "Production"
When defining a connection, have a check box that allows you to state that the connection is to a production database. Each time you select this connection, it will then somehow warn you that it is dangerous.
2 votes -
Allow navigation to individual rows in grid mode
I find the vertical orientation makes it easier to digest a single row from a large table.
In grid view, is it possible to allow navigation from a collection (lots of columns) to an individual row displayed vertically (lots of rows), just like when you navigate to a non-collection using the hyperlinks.
2 votes
- Don't see your idea?