1205 results found
-
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 -
Runtime weirdness bleeding through the debugger
I have a static generic method in MyExtensions. In the debugger, all of the local variables show up as members of
this
which is of type MyExtensions+<MyMethod>d__5`[System.Char]. If I try to watch any local variables, I get (Error - Not enough generic arguments). I get the same error when I try to watch a member of my (non-generic) enum.2 votes -
When upgrading, would it be possible for linqPad to stay pinned to the startbar
I have LinqPad pinned for easy access but every time LinqPad is upgraded the pinned version points to the old file and I have to remove that one and re pin the new version.
Not a big problem but a little annoying ;)
2 votes -
Add a sortable date column to the MyQueries' Organize and GoTo tabs
I'm usually looking for the last time I used the thing I'm looking for. I'd like to be able to sort the found files in reverse date order.
2 votes -
Allow cached schema info
Allow for using a cached schema rather than refresh each time a query is opened. I often run the same query to generate a report each morning. It takes longer for the schema (which is unchanged) to load than it does for the query to execute. It would be a nice option to save this schema information locally and refresh on command to account for any changes.
2 votes -
Autocomplete should suggest overloadable members
AutoComplete is very handy. It helps with discoverability of all libraries in use. Visual Studio was smart in where it could suggest things, depending on the context. However LINQPad, while close, is lacking in some areas. In particular, overloadable members of a class.
When within a class and you type overload, LINQPad should list all members of the class that can be overloaded. When a member is selected, it should spit out a default implementation (to call the base implementation). If an overloadable member is implemented, it should not be listed.
Please make it so.
2 votes -
Quick search/open/edit by name views/stored procedures/functions
In database with lot of views/procedures/functions is hard to find the desired object for editing just looking in the tree view.
Would be great if LinqPad have a menu item/shortcut opening a dialog for typing and searching incrementally the object and openning it after found.2 votes -
Give each query a unique ID
I currently have a support assembly I use to make queries more dynamic (e.g. asking for input) and I save the history in a file. To organize the history I use the query path, but sometimes the query gets moved. I would like to have a unique query ID for every query created (i.e. GUID?)
2 votes
- Don't see your idea?