1201 results found
-
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 -
Very dissapointed
Jus t purchased the product and was expecting autocomplete to work in SQL as well as everything else. The whole reason for making the purchase. I see I have 30 days to play with it and ask for a refund which I'm pretty sure I will do.
4 votes -
tab focus
After closing a tab the next tab to get focus should be in order of most recently used.
3 votes -
query designer
create something similar to the sql server query designer.
1 vote -
20 votes
-
Support foreign key columns ending with "Fk" instead of "ID"
Currently entity navigation is optimized for table columns ending with the suffix "ID", for example a CustomerID will get a navigable "Customer" field created.
In a database where the pattern is like CustomerFk, the navigable field would be named CustomerFkEntity, which is painful to write each time in queries.
Please allow a more permissive foreign key naming detection or allow it to be configurable.
3 votes -
Add refresh snippets command
add a command to refresh snippets to save having to close and reopen LINQPad when editing snippets.
1 vote -
Is there a way to implement OWIN ApplicationUserManager
public class ApplicationUserManager : UserManager<ApplicationUser>
{
}gives the followin error: The type 'UserQuery.ApplicationUser' cannot be used as type parameter 'TUser' in the generic type or method 'Microsoft.AspNet.Identity.UserManager<TUser>'. There is no implicit reference conversion from 'UserQuery.ApplicationUser' to 'Microsoft.AspNet.Identity.IUser<string>'.
Is there a way to resolve that?
4 votes -
BUG: automatic intellisense occuring on single letters
When typing something like
.Where(x => ....)
pressing space after the x fills in the intellisense menu choice which pops up automatically.4 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 -
Persist size and position of undocked results window
When you click 'undock results to second monitor' the resulting window's size and position should be stored on close so that it opens in the same position next time (rather than being maximised, which is never what I want).
Part of the problem is that the child window doesn't respond to WindowsKey + arrow to snap to one half or another even though dragging the titlebar does work (to the left hand side).
3 votes -
Allow the running of custom tools, i.e. custom compilers (in addition to the one you already use)
This will allow for verification or manipulation of script code.
1 vote -
- Allow custom wrapper for the program mode, including custom assembly references.
This should be a preset thing. This would enable LinqPad to be used as a scripting editor as well.
1 vote -
Enable Excel export without having Excel installed
I often run Linqpad on a server where I don't have Excel installed (due to the SQL server being behind a firewall).
It would be nice if the Excel export could work regardless of Excel beeing installed on the machine or not.
Perhaps using a library like ClosedXML or similar.9 votes -
api
Quickly Generate "API" for each tab so that you can execute other tabs easily.
Treat each tab as it's own exportable API/Library that can be executed by other tabs.
1 vote -
Make code snippets consistent with Visual Studio
Make code snippets consistent with Visual Studio
For example C# 'prop' snippet
Visual Studio:
public int MyProperty { get; set; }
LINQPad:
public object Foo { get; set; }
int or object is discussable but MyProperty is so much more recognizable than Foo.
For consistency just stick with Visual Studio definitions (which means int here).Using different content for the snippets is confusing when accustomed to Visual Studio.
1 vote -
Create a serach index for linqpad queries
I create lots of Linqpad queries. Many times I have a question in my mind while coding. To answer I try something out in LINQPad and save my query somewhere in my directory tree.
Some months later I have the same (or a similar) question but can't find my query because there are lots of them.
I suggest you add a search index. It would make it easier to find old queries just from parts of the filename or query contents.1 vote -
BUG
can't cannect with many db in the single instance.
timeout error when populating on the tree list
it's a good idea select the db first to begin to work.
so the tree list will populated only with the selected db1 vote -
Resharper Keyboard Shortcuts
I know not everyone uses Resharper, but a lot of people do. It'd be really nice to have an option to map keyboard shortcuts for any of the new refactoring or navigation features to the standard resharper keys.
I'd also like to see goto definition and goto declaration in the right click menu as I use these all the time (I believe VS2015 now has the equivalent of these anyway).
I'm so tied to this product that I even find myself trying to use the shortcut keys in Word :)
Thank You!
29 votes -
allow executing only the line the cursor is on with F8
I find this feature very convenient in Powershell. it would just mean not having to select the line before executing it.
1 vote
- Don't see your idea?