1187 results found
-
1 vote
-
If user manually adjusts column widths in a query window - remember these settings.
If uses adjust the cols in a query result set, then if they run that query again and the result "shape" is the same, then use these adjusted col widths for these new results.
Only if the shape of the results changes from one run to the next is there any need to reset these (even in that case it could remember the widths I guess - on a per col basis)
4 votes -
Add PowerShell and autoComplete
Make Powershell a part of LinqPad. Make autocomplite for powershell and make suport for the lang.
15 votes -
autocomplete data-entry on "Additional Namespace Imports" tab using info from the assemblies on the "Additional References" tab.
Typing namespaces is error prone and not validated on the Additional-Namespace-Imports tab. In loading the the "Additional References" assemblies, the namespaces (including spelling and character-casing) could be auto-completed to their correct values. I forgot the case of one character in the namespace, and my only clue was that intellisense wasn't picking up the classes that I expected in the namespace I had mistyped.
9 votes -
1 vote
-
Add Ntlm authentication to WCF connections
It seems like you can connect using Ntlm to WCF
6 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 the user to sort using statements and references
Currently, it is very hard to find references on the "Additional References" and "Additional Namespace Imports" tabs when in the Query Properties window. This is harder when using LINQPad with enterprise applications that require a lot of references and using statements.
keep up the good work!
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 -
Allow .zip as a driver extentions
Allowing a driver to be named .zip would simplify testing and debugging of new drivers. LINQPad could allow this but warn the user when the driver is added "Warning driver should be named .lpx please contact driver vendor to get this resolved" or something. This will really ease the fiddling around at dev/debug stage.
1 vote -
Add a "throw driver exceptions" capability.
This capability would cause an exception to be thrown by a driver when it gets a serious error preventing executuion. A outer catch could cartch these and write them to a driver test output window along with stack data.
In addition when running LINQPad under debug the debugger could be configured to break when an exception is thrown - although there is limited src available - this would still allow a developer to see stack traces etc and gain insights into what might be wrong.
When this new feature is disabled LINQPad would behave as it does now.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 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 -
Support synonyms
Automatically create entities based on synonyms just like it currently does for views and stored procedures.
31 votes -
allow F1 or Alt-F1 to bring up the table definition/schema
allow F1 or Alt-F1 to bring up the table definition/schema, like in SSMS-> alt F1 brings up tons of information about the highlighted table. it would be nice to have a mechanism for jumping straight to the table info via keyboard shortcut if the table name is highlighted.
25 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
-
Option to format DateTime using the Round-trip pattern. Ex 6/15/2009 1:45:30 PM -> 2012-01-31T10:45:30.0900023
This will help to compare the CTI exact time (including nanoseconds) with the Insert events start and end times, very useful to have an understanding what is going on, thanks, LINQ pad is a very useful tool.
1 vote
- Don't see your idea?