1190 results found
-
Save As shortcut
Assign shortcut Ctrl+Shift+S to Save As
Microsoft, as a general implementation, does not assign a shortcut key to Save As functionality. But much of the rest of the development/utility community does. The ability to rename a tab is a useful workaround, but I'd prefer consistency with other applications especially in cases where I'm modifying an existing query (that I haven't cloned).
6 votes -
Support Font Ligatures
I currently use a font that has ligatures (JetBrains Mono), but I prefer to have them turned off. It'd be great to have a checkbox to turn off/on the rendering of the ligatures.
6 votes -
6 votes
-
Allow memory allocations to be tracked
Would be nice to track the amount of memory allocated when a script runs (similar to MemoryDiagnoser in BenchmarkDotNet)
6 votes -
6 votes
-
Asynchronous Util.Cache overloads
Given that a natural thing to cache would be a download of a file, being able to use the asynchronous methods of HttpClient inside the Util.Cache delegate, without shortcircuiting with .GetAwaiter().GetResult() would be nice.
6 votes -
compile only in LINQPAD.Exe IDE
In LPRun.exe we have the ability to only compile the script with the
-compileonly switch.
It would be nice if we had the same in the GUI IDE.Thanks in advance.
6 votes -
Add an option to enable .NET MAUI in a query
.NET MAUI is an optional workload starting .NET 6. Add an option to enable .NET MAUI in a query file to load supported libraries in those queries.
6 votes -
Add multilingual support for LinqPad
for example Chinese, Japanese, Russian, etc. to improve the efficiency of non-native English developers. Although LinqPad words is not cumbersome, but I think this should be a basic function.
6 votes -
Copy and Paste to Visual Studio
In a C# app, my code is often:
DataClassesDataContext db = new DataClassesDataContext();Then the Linq code is, for example
var results = from answer in db.Answers
where answer.Score > 20
select answerBasically, this cannot be copied and pasted to / from LinqPad as the tables are in the DataContext. db. breaks linqPad / VS when it is copied back in.
Would be nice to be able to define the name of the DataContext globally (default), or for each query.
5 votes -
Support for custom DateTime formatting (also for TimeSpan etc.)
LINQPad's results use the default ToString method. I would be excellent if you could register certain types to have a custom rendering.
5 votes -
Support entity models embedded in another assembly
Right now selecting another DLL causes it to do "AssemblyName.csdl|AssemblyName.msl|AssemblyName.ssdl" which doesn't work
5 votes -
put "X" to close a tab in the tab itself, like VS2010
Like the change from VS2008 to VS2010, the "X" icon to close a file is on the right-hand side of the tab (at least for western languages)
5 votes -
5 votes
-
A Visual Studio addin: right-click on method, choose "run in LinqPad"
From VS, right-click on selected method, choose "Run in LinqPad". It creates a new query, copies the method from the source, adds using statements from the top of the file, and reference dlls used by the project. Likely would also need a way to reference other code files within the same project and/or reference the current dll
5 votes -
Shortcut for Replace
Control-F is now used for Find & Replace. Adding Control-H for Replace would bring it in-line with Visual Studio. I first thought Replace was not implemented until I found it under Search
5 votes -
result clear
Hi;
Can you add a button on the Result section that will allow us to "Clear" the result area?
Thanks!
..Ben5 votes -
Run a script with Microsoft's CLR Profiler
It would be great to be able to run profilers from LINQPad without creating a new VS project to get an exe for anything that i'd want to profile. This goes toward the "Pad" part more than the LINQ part of this program.
5 votes -
Tabbed Results Window + Pinned Tabs = Easily See the Results of Multiple Iterations of the Query
By default it would only ever create a single results tab and replace the results in that tab every time you ran the query.
However, if you pinned that tab, the next time you ran the query it would instead create a new tab and leave the old one untouched. This would allow users to work on a query and easily compare the outputs of different versions of that query.
A nice bonus would be a link that lets you retrieve the code that produced a particular tab's results.
5 votes -
sticky column headings in results view
I can see that there are sticky columns in the grid, but it was also be great to have them in the results view.
Perhaps when scrolling between different result sets it sticks to the current visible result set.
5 votes
- Don't see your idea?