1217 results found
- 
Use the local Plugins folder for My Extensions even if the machine has a configuration for itIn the settings of the normal LINQPad instant I run, I have set up special folder for queries, plugins, and snippets, in order to synchronize them using Dropbox. However, I also use LINQPad on the build machine, so I have checked in a copy of LINQPad with its own local Queries folder. If I create a local Plugins folder, and then try to use the "My Extensions" script in LINQPad, when running the build machine LINQPad instance (still on my own machine though), it still uses the global settings for picking up My Extensions. I'd like to have a local… 6 votes
- 
49 votes
- 
1 vote
- 
Tab Context menu optionsSimilar to notepad++ add some context menu items for the tabs to include -> Copy full filepath to clipboard 
 -> Copy filename to clipboard
 -> Copy DirectoryPath to clipboard14 votes
- 
Add the ability to Execute IL DirectlyIt would be good if we could enter intermediate language and execute it. 1 vote
- 
Support Ctrl+H keyboard shortcut to invoke Find + Replace dialogueI'm used to hitting Ctrl+H to bring up the Find + Replace dialogue in tools which have separate Find and Replace dialogues. In LinqPad, the Replace functionality is obviously covered by the Find dialogue (Ctrl+F), but hitting Ctrl+H does nothing. I find this interrupts my habits established by other software. I have "use Visual Studio shortcuts" turned on, so I would like Ctrl+H to also display the Find/Replace tools, same as it does in VS 2012. 7 votes
- 
alt-shit-arrows to select text blocks or write over multiple linesIn Visual Studio you can select "blocks" of text using the arrow keys while holding down both the ALT and SHIFT keys. This is really useful and I hope it gets implemented 3 votes
- 
Show Execution statistics pr Dump()Right now im writing a series of Linq2SQL / Entity statements. When pressing F5 the total amount of executiontime is shown in the statusbar... What would be cool, would be to extend the result browser to display execution statistics eg: every grid could have a row underneath that tells the following: 
 Started 700 msec - Ended 1000 msec - Execution time: 300 msecthis would be very usefull when optimizing queries 1 vote
- 
Ability to convert a LINQ query to a Stored Procedure, Trigger or ViewMaybe this can already be done, but it would be great to write a LINQ Query then instead of just viewing the SQL the ability to view as a Trigger, View or Stored Procedure. 8 votes
- 
Highlight current lineIt would be nice to be able to show the current editor line with a different background colour. The standard tooltip colour would be fine but make it customisable if you really want :-) 4 votes
- 
Allow copy results as RTF to be able to paste in gmailHi, 
 In order to paste results in Gmail:
 Or 1. Export to excel and attach.
 Or 2. Export to Word, copy (as RTF), then paste in Gmail.Sometimes I just want to paste some small results to Gmail. It would be awesome if you let to copy the result in RTF (even by loosing some of the formatting). Thanks! 1 vote
- 
Possibility to save/load persisted variables (Util.SaveVariable/LoadVariable) for use between executionsIf you could (for example) use Util.CurrentQuery.SaveVariable('currentCustomerId', 10) to save a background-variable, so that I can use Util.CurrentQuery.LoadVariable<int>('currentCustomerId') in my query to continue where I left off. Right now I have solved this by making my own functions in "My Extensions" to handle this. 1 vote
- 
Support Console output e.g. Backspace /b etcint updateCount = 343; for( int i = 0 ; i < updateCount ; i++ ){ 
 string msg = string.Format( "Update Progess:{0:p}" , (double)i/(updateCount-1) );
 Console.Write( msg );
 Console.Write( new string( '\b' , msg.Length ));
 }
 Console.WriteLine();4 votes
- 
Support plural table names => singular entity typesWhen I have a "Customers" table, please support having "Customer" entities. At the moment, I have the "Customers"-table in the tree view with a "Customers" entity data type, which is bad. 6 votes
- 
Provide a way to parametize queriesIt would be nice if it was possible to add parameters to a linqpad query so that when you run it you are prompted to supply a parameter value. I realise I can just edit the contents of the file with a new value, but being able to treat a linqpad query as a small program that takes some parameters and then returns results would be useful. 7 votes
- 
ThemingAllow the use of VSSettings to control the syntax highlighting colors. 22 votes
- 
Massive modification on the connectionsHaving the possibility to do a massive modification on connections (ie : modify the dll containing the EDMx file path or change server address on many connections in one hit) 3 votes
- 
result clearHi; Can you add a button on the Result section that will allow us to "Clear" the result area? Thanks! 
 ..Ben5 votes
- 
Extend the Smart tag for namespace importing to also work for extension methodsThe namespace import smart tag works great, but if you are accessing an extension method that it won't offer any suggestions. 1 vote
- 
CTRL + mouse roll to resize Results paneCTRL + 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. 10 votes
- Don't see your idea?
