1205 results found
-
Add intellisense for Util.GetPassword that would suggest the names of passwords available in the password manager
When i type Util.GetPassword(" and press Ctrl+Space it would be great to show all the available entry names in Password Manager.
It would be a very nice QoL feature similar to the @"path" case.3 votes -
Allow theme to sync with system
In Windows 11 (maybe others too) you can change the system theme and programs (and even websites!) that have their theme set to "sync with system" will change accordingly.
Make LINQpad switch between the light and dark theme depending on what the windows theme is set to.
3 votes -
Console output should support ANSI escape sequences
When using Console.Write/WriteLine, the output written to the console should support ANSI escape sequences, especially colors.
https://gist.github.com/fnky/458719343aabd01cfb17a3a4f7296797
3 votes -
Word-wrap keyboard toggle command
Add shortcut for enabling/disabling word wrap to match Visual Studio Code's Alt+Z toggle word-wrap command.
3 votes -
Allow enumerating or traversing the differences returned by the Util.Dif
The result of Util.Dif can currently (v 8.6.6) be only checked as whole by the "IsSame" property, or dumped in the output window.
It would be useful to be able to traverse the differences programmatically.
The diff tree already exists and is visible in Debugger view, but all the classes are internal and not easily accessible.
3 votes -
Flag read-only properties in output
I really would like to see for each property whether it's a readonly or a writable property. Maybe you could give the gray background of the headings some red touch for RO ones?
2 votes -
Boo support would be nice
Like Python and Ruby, this feature could be integrated with no pain. There is an hosting interface for boo. It's all about syntax coloring and intellisense.
2 votes -
b able 2 specify references assemblies & namespaces in linqpad.config
I use linqpad to execute scripts on servers on the cloud. I copy linqpad.exe plus a few useful .net assemblies onto each server via script.
I dont want to have to manually add in the references each time I load linqpad onto a server. It would be much more useful ( and mistake proof) if I can simply do a deploy to my server which included a linqpad.config with the references to my utility assemblies as well as extra namespaces. Please comment if this is not clear and I'll elaborate further.
2 votes -
Tab Icons
It would be nice if the tabs had icons showing if they were SQL or code files. If you have mixed tabs of both, it would be much faster to find the query you're looking for.
2 votes -
Command-line LINQPad
like interactive shell, or csharp(1) on Mono, would be nice I think!
2 votes -
Autocompletion is Incomplete
Make it clearer that autocompletion does not work with VB, before one commits to a purchase.
2 votes -
Non-blocking UI
Don't block the UI thread when doing some expensive work. I'm using LINQPad at work and at home (ironically I paid for my home license but am using the unregistered version one at work) and at work I connect to large databases with thousands of tables and LINQPad takes a long time to "deal" with scripts connecting to these kinds of databases but it would help with a progress bar or at least some notion of "I'm busy" rather than the ghost whitening of the UI.
Otherwise thanks for a superb product. :-)
2 votes -
"My Queries" directory default to where the .linq file was launched from
For people with multiple projects with multiple folders of linq queries, you would have to use the "Set Folder" feature to change directories. One way to solve this problem is to default to the directory that you clicked on a .linq file. Another idea would be to keep a history of the project roots (folders) like Visual Studio.
2 votesI’ve changed the custom query location TextBox into a ComboBox with a MRU for the next build.
-
2 votes
-
ICustomTypeDescriptor
Test for implementations of ICustomTypeDescriptor and use that interface to display results if it's implemented
2 votes -
Highlight current line
It 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 :-)
2 votes -
(Optionally) show a different icon for each language in the My Queries treeview
(Optionally) show a different icon for each language in the My Queries treeview. Also show different overlays for expressions, statements, programs, etc. for each language. Maybe filters can be applied to sort things out. Make logical folder (like search folders in Outlook) to distinguish the items.
2 votes -
Provide support for this Select overload
groups1.OrderBy(x=>x.Key).Select((x, ixc)=> new {Iter = ixc, GroupName = x.Key})
2 votes -
2 votes
-
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
- Don't see your idea?