1197 results found
-
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 -
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 -
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 -
Support Touch Interactions in the Code Editor
Many of the tool panes in Linqpad already support touch scrolling. This makes it very comfortable to use on a touch enabled device like a Surface. However the Code Editor does not support touch scrolling. Visual Studio recently introduced this feature and it is great for reading code on a tablet.
Please support this in the Linqpad editor also.
10 votes -
Option to skip generating SQL etc. when running long running queries?
I'm guessing this would increase speed a lot?
0 votes -
Tooltip balloon duration
When I examine the IL view of my code, I often hover over the OpCode instruction to read the description. The tooltip will show for a few seconds and then fades outs.
I would like to increase the duration of the tooltip balloon or disable the fading.
2 votes -
Save Query Custom Settings
I would like the ability to save "settings" in the query. For example, if ask to select a file, I would like to save the file that was selected for the next time I run the query. This would be perfect if I could save the data inside the query file XML section.
3 votes -
Allow option to prompt before executing production queries.
I love that you allow users to flag production connections and you make it visually obvious when a production database is being used.
A configurable option (even if the default is off) to present the user with a simple "OK"/"Abort" confirmation dialog before executing a query against a production database could serve to save users from terrible mistakes. I am very grateful that I myself have not made this mistake, but it would be a very easy thing to do that could be avoided with a couple of lines of validation.
One could recommend that query authors write this into…
2 votes -
Fix clicking on explorer item hyperlink navigation
I'm making a Context Driver for a DB2 relational database, and I found that setting the ExplorerItem.Hyperlink makes the appropriate item (Column) look like a hyperlink. If I click on it nothing happens. If I expand the referenced ExplorerItem's Parent (table) then scroll back up and click on hyperlink it works as expected.
1 vote -
AutoComplete object type filtering (Similar to ReSharper)
Like many others, I've grown to love certain features of ReSharper. One such feature is the ability to filter the AutoCompletion list by object type using keyboard shortcuts or by clicking on the icon of the object type (such as namespace, class, interface, property, field, etc.). I think that this would be a really nice addition to LINQPad.
3 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 -
Make linqpad an universal app.
I know it would require pretty much remake the entire interface; but maybe it is time to look into the future :D ...
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 -
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 -
Bug - Intellisense does not working!
Intellisense does not working on big queries. I've an query with about 6.000 lines of code and intellisense does not working inside. On other (smaller) queries intellisense works fine. Using LP v5-03-03 beta Any CPU.
1 vote
- Don't see your idea?