1205 results found
-
Support a "refresh driver" feature to avoid the need to unload/relaod during development of a new driver.
In the Add Connection dialog is a 'Delete Driver' feature, I sugges you add a 'Refresh Driver' to that simply deletes the driver and reloads it again from the same place.
1 vote -
Allow to change the "back-tick" key in the preferences (badly needed for non-US keyboards)
On keyboards without a back-tick key usable without any modifier key (alt, alt-gr), to select multiple columns you have to key-in <Alt>+<9><6>, which would already be pretty bad but actually gets worst on laptops without numerical keypads (a lot of them!): I have to key-in: <Fn>+<NumLock>,<Alt>+<9>,<6> for every column I want to select.
I own the premium edition, and don't use it because of this...
1 vote -
Add 'Resolve' to Right Click
Add ability to right click on an unknown type and click Resolve similiar to Visual Studio. You have the feature now, but only way to do it is to hover over the little contextual help 'thing' and select the namespace.
1 vote -
I suggest add support for Generic List<T> intellisense
When you want place a code that uses Typed Generic List (List<T>), Intellisense does not suggest syntax.. i.e:
List<string> fields = new List<string>(){"One","Two","Three"};
When you type List, must to appears List<T> suggestion.
7 votes -
Add a help menu item provide code samples for how to use it's New Features. like "NEW Cache() extension method for caching results..."
Almost every week LinqPad give a new update verision. But as a user I don't know how to use these new feature, so these valueable feature can not make any value for me. I need some code samples show me how to use these new feature. So please add a help item under help menu to include code samples for new features and linq tips and .net tips...etc.
4 votes -
Include "My Extensions" file to "Search samples"
See the subject. The code within "My Extensions" seems to be not found by "Search samples..."
4 votes -
1 vote
-
Allow "solution explorer" organization
It would be useful to organize a .linq file in multiple classes, exactly as in Visual Studio "Solution Explorer".
LINQPad is becaming a new light version of Visual Studio for me :).2 votes -
20 votes
-
DB2 Support
This great product offers support for so many database types, but the major one lacking is IBM DB2. You can do this through EF, but you will not be able to see the SQL that your linq queries generate.
15 votes -
Add support for Microsoft Portable Class Libraries
Portable Class Libraries helps developers write cross-platform libraries which can be very useful for things like DTOs, service/client code, extensions... etc
http://visualstudiogallery.msdn.microsoft.com/b0e0b5e9-e138-410b-ad10-00cb3caf4981
13 votes -
Add Ntlm authentication to WCF connections
It seems like you can connect using Ntlm to WCF
6 votes -
connect color of editor with current database
If i work o X DB i have lightred, but i i work on Y DB i work on limegreen editor
0 votes -
1 vote
-
I think a regular WPF grid with all sorts of customization and theme goodies would be better.
The word wrapping really makes it a problem to surf the grid. I think your idea of the grid is absolutely excellent. I just wish you used WPF instead of HTML table to render the result set. Also removing columns from grid after the result appeared. Allow us to lock columns when scrolling horizontally. Group columns from result set.
1 vote -
Load a webpage into iframe in results window
I would like to use a function like Util.LoadPage(string url int width, int height) to load a webpage into an iframe in the result window.
Currently I'm using File.WriteAllText(fileName, contents, Encoding.Default); and Util.RawHtml to push the iframes into the result window, but for some reason the iframes opens up internet explorer in most cases.
8 votes -
Fix tab numbering after Close All
After choosing the Close All option linqpad provides a fresh tab named Query 1, but if the user opens any new tabs the numbering resumes from the last numbered tab.
3 votes -
Custom Language Support
Custom Language (think C# Program, C# Expression, etc) support such as Razor templates?
8 votes -
Save all modified tabs command using Ctrl+Shift+S as keyboard shortcut
i.e., similar to Visual Studio. I'm frequently modifying several tabs at the same time. It gets tedious having to click on each in turn and then saving individually.
1 vote -
It would be nice to be able to open a local XML file with File:\\c:\xmlfile.xml to query against. instead of requiring SQL or HTTP.
I have a program that needs to parse a local XML file on the filesystem. It seems LINQPad doesnt like it when I try to add a local file reference as my source. It whines "Expected an absolute, well formed http URL without a query or fragment.
Parameter name: serviceRoot"1 vote
- Don't see your idea?