1205 results found
-
CTRL + mouse roll to resize Results pane
CTRL + Roll is great to resize the query window, being able to do the same in the results pane would be really useful also. With slightly complex queries the output in the Results pane 9although nicely formatted in the HTML) can be rather too big to view on a small screen. The option to resize would be a great help.
8 votes -
Include navigation properties as cells in output, allow expansion of them after initial query
Many times after running an expensive query, I realize that there's one more navigation property that I want to see the results of following it. Currently that means rewriting the initial query enough to do so and then re-running the entire query.
The idea is that instead, when an entity/row is written to the output, it includes cells for the navigation properties as well (not just scalar ones) with those cells containing buttons, or links, or whatever such that the user can 'trigger' them while interacting with the results pane.
This would both prevent users from having to re-create and…
4 votes -
Theming
Allow the use of VSSettings to control the syntax highlighting colors.
22 votes -
Define query templates
I'd like to see a feature which allows users to create a 'query template' which can be used as a starting point for any new query .
A query template would have preset properties, references/usings, database connections, code, etc. and users can create as many templates as they like.
This is not much unlike using a saved query, but the difference is that users are not be making changes to the original when they create a new query from a template.
92 votes -
Web Repository of Linq Files public and private
Allowing synchronisation of our own files across machines - possibly via google docs. Dropbox might help here....
3 votes -
1 vote
-
Allow Interop
A simple window where Interop definitions can be pasted. These could then be referenced in the main window, methods could quickly be explored and tested.
6 votes -
put a close button on the tabs
To close a query you have to use the X button in the upper right corner of the editor. it would be nice if we could have an X on each tab.
59 votes -
Provide a shortcut for inserting the text .Dump()
probably this one of the instructions you need most in linqpad
4 votes -
7 votes
-
Sort Columns
Having just started a new job, I'm working with entirely new tables. It would be really great if LINQPad would let you sort the columns in the display. It would make finding a column so much easier.
7 votes -
49 votes
-
Provide more information about thrown exceptions (dump message, stack trace, etc).
Provide more information about thrown exceptions (dump message, stack trace, etc).
0 votes -
Undock Results With or Without Second Monitor
My laptop is 1920 x 1200. I would like to have the Results undocked.
6 votes -
Provide a way to a attach VS2010 debugger
Likely due to running in a separate appdomain I cannot attach VS2010 to linqpad in order to debug my own code that linqpad calls.
8 votes -
Shortcut for Replace
Control-F is now used for Find & Replace. Adding Control-H for Replace would bring it in-line with Visual Studio. I first thought Replace was not implemented until I found it under Search
5 votes -
Add PowerShell scripts support with intellisense
I use LinqPad to create tests and prove of concept scripts. It would be great if LinqPad supported PowerShell scripting to prepare some admin and infrastructure tasks as well. Intellisense would be essential.
154 votes -
Generate LINQ2SQL classes
It would be handy if LINQPad could assist in quickly generate LINQ2SQL classes for a database a la SQLmetal.
1 vote -
Enhance AutoComplete with Most Recently Used (MRU) members algorithm
I would like the autocomplete list to use a most recently used (MRU) member selection algorithm that highlights the most recently used member in the list. As you know, Visual Studio already does this, and it saves a great deal of time.
This would be more than simply selecting the last used member after typing a dot (though that is a great start). It would also select the most recently used member for a given autocomplete character sequence. So if on an IEnumerable<T> I used FirstOrDefault() and then later used SingleOrDefault(), the next time I type "." on an IEnumerable<T>…
3 votes -
Allow fixed-width font for the results pane
Some multi-line strings are easier to read in a fixed width font; these are hard to read in LINQPad today.
33 votes
- Don't see your idea?