1187 results found
-
Provide different Icons for release and beta stream executables.
If you have them both running, its hard to tell which is which when looking at the task bar. Different Icons would make that distinction easier. I've seen that workout out well for VS Code or Visual Studio.
1 vote -
1 vote
-
ManyToMany Navigation
EF core 5 provide a ManyToMany navigation , without using the table between. I do not know how to configure this in LinqPad but it would nice to get a similar navigation
g
B.R Wolfgang1 vote -
Add a visual indicator to show which lines in a query file have changed.
Visual Studio does this with a little yellow vertical line beside the line number. It's very handy since one may wish to save changes if they are permanent; on other occasions the change is just temporary (eg the date in a SQL query) and can be discarded when closing.
PS - it would be great to be able to search these Feature Suggestions to see if there's already a relevant topic that can be updated. I'm afraid I gave up looking after page 4.
1 vote -
EditorConfig based indentation settings
In a team setting it helps when everyone use the same indentation settings. Visual Studio, Visual Studio Code and other tool already read EditorConfig to set formatting settings.
It would be nice if LINQPad automatically kept consistent with the configuration of indentation by configuring tab-width and tab/space preferences from EditorConfig as well.
9 votes -
Fast pivot to single record view
Having a list of rows in the grid it would be convenient to be able to rapidly view a right clicked row as a single row. I.e. like when doing .First(t=> t.Id==9) in the query.
1 vote -
Select columns returned from query.
When you have a table containing a lot of columns you will probably want to design a query which returns a subset of these. To reduce typing i imagine that i in the datagrid multiselects the columns i want. Ctrl C and then Ctrl V in the query text. Pasted text would be ".Select(t=> new {t.col1, t.col2})"
1 vote -
LinqPad 6 Bug : Result of Async operation is null in watch
The result of an async operation is NULL according to Linqpad Watch and mouseover.
HOWEVER - the program continues executing with the real value underneath.
eg:
var b = await GetBoolTRUE()
// stopping debugger here shows b = null
if (b == true)
{
// this code executes
}PS: The async method I'm calling is located in an imported DLL
2 votes -
Ability to set font-settings/features
Hi, It would be realy cool to enable Font-specific features like the stylistic sets of FireCode for example
https://github.com/tonsky/FiraCode/wiki/How-to-enable-stylistic-sets
like a string in "Advanced" settings or something3 votes -
Stop deactivating LINQPad when hardware components change
Changed my CPU recently and intend to change it again before the end of the year after the Zen 3 release.
My JetBrains software continued to work fine, my Visual Studio continued to work fine, only LINQPad was deactivated and I had to do the license transfer.
Why is that and why do you have to deactivate the software if I change my CPU and what if I run out of transfers? Tough luck?
1 vote -
PLEASE stop the app from taking focus, when a query completes.
PLEASE stop the app from taking focus, when a query completes. I often launch a query and move onto other tasks. However, when LINQPad completes a query execution, the app automatically resumes focus .. including the cursor / keyboard where I might have been (for example) authoring an email. MOST FRUSTRATING!
16 votes -
Add a modified time column to the Navigate Queries Dialog
I think this is a trivial addition but it would add a very useful feature for similarly named files.
1 vote -
Add refactoring support to extract to method from selected block of code
The code refactoring support in LINQPad is limited to just symbol renaming. As the script grows over period of time it becomes unmanageable due to lack of refactoring support in the LINQPad IDE.
5 votes -
Default Property
Set a default property for child to show in collapsed mode. Eg. Category name is enough to describe the category object.
1 vote -
Malformed XML stops the querying of remaining rows
When querying data with xml, a malformed xml should not stop the querying of other rows. Linqpad should show where the malformed xml is and get the other columns.
1 vote -
Docker support
It would be nice to have Docker support build-in.
I mean something similar to VS *.dcproj or just plain Dockerfile.
With full debugger support through remote debugging;It's nice that it's possible to compile to netcore, but it often turns out that something works differently in a linux container than on windows.
In particular when it comes to data access via System.Data.SqlClient.So it would be really cool if we had the opportunity to launch it locally or in the container simply by switching some flag or something.
5 votes -
warnings
When a script completes with warnings... provide a method for jumping to the line in the script that surfaces the warning. Perhaps clicking on the warning message (jump to first warning line)... or at least including the line number(s) of warnings.
1 vote -
dark mode issues
Dark mode doesn't change the color of the title bar or the buttons and controls on the toolbar.
Also, dark mode feels extremely clunky as most parts of the app start as white and change to dark several seconds later. It's not unusable since it does go dark eventually but if that could be fixed, it would be a considerably less jarring user experience.
1 vote -
Have option to show whitespace in Data Grid results.
Have an option to show whitespace in Data Grid results. Currently, the display of whitespace is only respected in the Rich Text results.
3 votes -
Update holding middle button to allow scrolling left and right also.
i love the product :) . minor request. Can you update it so that holding the middle button down lets you also scroll left and right in the code panel? the results panel already lets you do this when it's full enough. this would help a lot for when i leave the results upon on the right side of the screen.
3 votes
- Don't see your idea?