1205 results found
-
Let "Export to ..." default to the users Documents directory (or let it be configurable).
I've never yet wanted to export my results to my queries directory (or whereever it defaults to now). I don't get the current behaviour ... do people actually want this ?
1 vote -
Auto-Expand Data Grid columns
When I query and get Data Grid results back, the columns always come out fairly narrow. I have to then click on each column to read it. The Data Grid controller allows you to expand all columns so that all data is visible in each. This would be helpful to have
1 vote -
Add more code formatting options to LINQPad 5
It's great we can control where braces go (on their own lines of course), but needs option for spaces inside non-empty parentheses etc. Auto-formatting is awesome (and I don't want to turn it off), but removing my spaces is just rude :)
6 votes -
Show a waiting icon during "Navigate To Query" search
Show a waiting icon in the "Go To..."(Navigate To Query)" popup window during long query text searches
1 vote -
Open New Query Tab When Pressing Middle Mouse Button on the Tabs Bar
Open New Query Tab When Pressing Middle Mouse Button on the Tabs Bar Like Firefox or Chrome.
3 votes -
Lowercase VB keywords option
Since VB is case-insensitive, all its keywords can be lowercase without affecting compilation. In Linqpad4, I use to type all my VB code in lowercase (it's somehow much more readable). Now with LP5, I get code completion and other nice stuff, but all my nice lowercase code gets put back in normal VB style. If it's not too much work, a "Lowercase VB keywords" option would be great.
1 vote -
DumpLatest - highligh differences after dump refresh.
Add to DumpLatest option similar to what 'watch' command does with flag '--differences'.
This would allow nice&easy visual monitoring of changes in any data.
I use for example code like this to visually monitor changes in DB:
Observable.Interval( System.TimeSpan.FromSeconds(2) )
.Select(x => this.GetSomeDBTable )
.DumpLatest();Having any changes in dump output highlighted with for example yellow background would be nice.
6 votes -
Add a sortable date column to the MyQueries' Organize and GoTo tabs
I'm usually looking for the last time I used the thing I'm looking for. I'd like to be able to sort the found files in reverse date order.
2 votes -
Support output to browsers
I want to suggest LINQPad can utilize SignalR to output results into browsers. That will useful for multiple monitor users.
1 vote -
Use dynamic (ExpandoObject) properties as column headers in output
I have a script that produces an array of dynamic objects whose properties are all identical. It would be nice to have the output formatted as a single table whose columns are the properties of the dynamic objects rather than a table with a single column, Items, with links in each row to the Key/Value pairs.
1 vote -
When dragging column name from connection box into a SQL statement, don't highlight it. just put the cursor at the end + 1 space.
When dragging column name from connection box into a SQL statement, don't highlight it. just put the cursor at the end + 1 space.
1 vote -
Provide Recently Used list for Find and Replace text
I would love to see the the "Find what" and "Replace with" text boxes turned into combo boxes that drop down to show recently used values. It would be particularly helpful when performing non-trivial regex searches.
1 vote -
Allow per-folder "linqpad.extensions" file
I would like to be able to create a "My Extensions"-like file per folder so that I can create contexts or extension code that are shared by all of the queries in that folder.
0 votes -
Edit and debug CSX files
I have been playing with scriptcs and csx files. It would be awesome if LinqPad could edit and debug csx files just like linq ones. With Roslyn being the future, seems like it would be an important feature for LinqPad (which is awesome!! by the way)
62 votes -
Allow users to specify table relations in DB schema on LinqPad side
I have a back end DB for an ERP system which has thousands of tables but all the relations between those tables are serviced by ERP itself.
When I need to write a query to that DB I have to make all the joins explicitly, which makes query ugly and must be repeated in each query. I cannot touch the DB itself - it is governed by ERP, but if I could specify relations between tables on LinqPad side, then I could use full power of Linq queries every time. The relations should be addable ad hoc, one at a…9 votes -
Immediate window in LinqPad
When using Rx, I wish I was able to call OnNext on subjects as needed once the query has being compiled and is running.
45 votes -
allow "edit data" to work with dumps from any DataContext, not just the built-in autogenerated ones
I frequently use a DataContext imported from a external dll, instead of the autogenerated one (for many reasons inclusing this: http://linqpad.uservoice.com/forums/18302-linqpad-feature-suggestions/suggestions/8116665-let-the-autogenerated-datacontext-table-classes-us ) but this means that there's no "edit data" when viewing dumps. Is there any good reason why "edit data" shouldn't be available for external datacontexts ?
4 votes -
Let the autogenerated DataContext table classes use properties, not fields
When using Visual Studio to generate a DataContext, the table classes use properties for the columns. When LINQPad does it, it uses fields, not properties. This is bad, because it creates a (too) subtle difference between the 2 tools. Code that works in one, may not work in the other.
1 vote -
Name the process from the title
When trying to attach to LinqPad from Visual Studio the different UserQueries are listed as separate processes but with no identification:
LINQPad.exe
LINQPad.UserQuery.exe
LINQPad.UserQuery.exe
LINQPad.UserQuery.exeWould it be possible to either just number the processes according to the tab number or for named scripts add the script name to the process name.
It would make it very much easier to attach.
The integrated debugger is good sometimes but for deeply nested features I find it easier to attach the debugger to LINQPad before running the script.
7 votes -
Powershell script as output
Add possibilty to generate powershell code as output from linqpad script.
3 votes
- Don't see your idea?