1201 results found
-
Close queries to the right, similar to Chrome, Edge, etc.
When right-clicking on a query, add an option to close queries to the right of currently selected query. Dialog-wise when handling unsaved queries is at your discretion, but I can see something as follows:
-If there's no unsaved queries, don't prompt asking to save.
-If there's one unsaved query, do a prompt asking to "Save Query X?".
-If there are multiple unsaved queries, do a prompt asking to "Close all unsaved queries to the right of [currently selected query name]9 votes -
BUG: Virtual nav prop in child entity (TPT) is eager loaded and causes MARS error
I'm writing some sample code for a class using AdventureWorks 2012. I created POCO's for the Person.BusinessEntity and Person.Person tables setup for TPT inheritance. The Person entity has a nav prop for phone numbers to the PersonPhone entity. When I run this in a C# program, it works perfectly. I've verified with DbContext.Entry(...).Collection(...).IsLoaded that the nav prop is not being eager loaded. When I access it in a LINQPad query (eg from person in Persons) it crashes with a MARS error. I have sample code.
1 vote -
Hide things correctly.
If a Dump(caption) method was called on an object, and later that object was hidden, the green Dump envelope with the caption stays visible.
Also, DumpContainer cannot be easily hidden, I had to use Style="display:none".1 vote -
Rename 'Clone Query' option to 'Duplicate Query'
The 'Clone Query' and 'Close Query' options when right-clicking a tab look very similar and can often lead to accidents. The 'Clone Query' option should be renamed 'Duplicate Query' to resolve this.
5 votes -
Allow NuGet integration for Pro license
NuGet is now such an important part of .NET development that crippling the feature even on a Pro license does not, IMO, make any sense. Please reconsider the pricing/tier of this feature. I'd argue it should be part of the Pro license, if not the basic product, due to how fundamental it is.
6 votes -
Automatically Update NuGet Packages
It would be great if there was an option for each NuGet package in the LinqPad NuGet manager that allows you to set a package to auto update when a new version of the package is released.
We connect LinqPad to internal NuGet packages and the consumers of these packages should always be up to date with the latest versions of our internal packages.
18 votes -
Implement rainbow braces as in Viasfora
Using Viasfora in VS2019 and have to say it's a brilliant extension. Would be great if you could implement something similar in LINQPad.
Thanks
Davehttps://marketplace.visualstudio.com/items?itemName=TomasRestrepo.Viasfora
3 votes -
Make Connection Dropdown Searchable
Many of our testing and production environments have well over 50 to 100 databases. Manually scrolling through the tree is tedious and scrolling through the Connection dropdown is not feasible. If the Connection dropdown was searchable, it would be far faster to hit alt+c, start typing, and hit enter to open that database.
3 votes -
Ability to print charts and other Dump output
Would be nice to be able to print out the Dump output, including the charts.
2 votes -
Option to have Output autoscroll
Most of the time people dump one chunk of data but when modifying "live" data I need to track where a task is upto in case i need to pause/stop and resume at a later time.
To do this I output myself (Console.Writeline) progress stats and the current ID im working on in my loop.
I can't see an option to have the Output autoscroll on Writelines!
4 votes -
Make points on point chart more visible
The sheer fact that I can make a point chart with one command is awesome, but the dots are very hard to see. Could you either make them bigger, or change colors to something that stands out more?
2 votes -
Implement a way to create our own Linqpad apps like the Regex Evaluator
This is a followup to https://stackoverflow.com/q/53645547/2068635.
I created a simple JWT decoder and I'd like to use it in a similar way as the Regex Evaluator. To achieve this, I'd like to have a way to register it either as something like [Ctrl]+[Shift]+[F2] or at least be able to automatically hide the query on execution (probably by exposing LINQPad.UI.QueryControl.ToggleFullPaneResults to the Util class).
6 votes -
Fix Bug: Dump(), Console.WriteLine() adding line breaks in long string output
When outputting a long string, LinqPad outputs line breaks not in the string after each block of 100,000 characters.
This impacts string.Dump() (with no description), Console.Write(string), and Console.WriteLine(string).
This is not just a visual issue with the output window. If you copy and paste from the output window into a text editor, the line breaks are present in the data.
string.Dump("any text") does not exhibit the problem.
Console.Write and Console.WriteLine when used in a C# console application (Visual Studio compiled) do not exhibit this behavior.
LinqPad C# Program demonstrating the behavior:
void Main()
{
"".Dump("Console.Write() has breaks at 100K chars…1 vote -
0 votes
-
Exclude replication objects from database object tree
It would be great if replication objects and MS shipped objects could be excluded from the database object tree. I don't have the "Include System Views and SPs" option checked on the connection.
Whether it's a new option or controlled by the same include system option, it would be nice to be able to exclude objects that are ismsshipped and replication objects (that don't have ismsshipped = 1 but do start with 'sp_MS') like the examples below.
-- MSreplicationobjects
-- MSreplicationsubscriptions
-- MSsubscriptionagents
select
s.name,
t.*
from sys.tables as t
join sys.schemas as…4 votes -
Please support vi emulator commands with inner/outer/tag modifiers
Only d is supported currently. ci( ca( vi( va( etc. Also, cit vit etc? Thanks much!
4 votes -
Add option to rename connection when cloning an existing connection
When creating a similar connection there is no option to change the name along with the other connection parameters. The new connection is created with the same name.
1 vote -
Make the "Export" function extensible
The "Export" feature currently supports Excel, Word and HTML. It would be nice if there was a way to extend this with our own, custom formats.
3 votes -
A column with the same name as the table (eg. Volume.Volume) will not show in the data model
I have a table called Volume. It has a bigint column called Volume as well. Linqpad doesn't show it at all
3 votes -
Bug(?): IQ Driver generates invalid SQL when a column name is a keyword or reserved word
I don't know if this is an issue with other connection types in the IQ driver, but using MariaDB, if I have a table with a column name like "Character", the generated SQL does not escape this column name, leading to a syntax error.
1 vote
- Don't see your idea?