1217 results found
- 
Allow NuGet integration for Pro licenseNuGet 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 PackagesIt 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 ViasforaUsing 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 SearchableMany 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 outputWould be nice to be able to print out the Dump output, including the charts. 2 votes
- 
Option to have Output autoscrollMost 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 visibleThe 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 EvaluatorThis 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 outputWhen 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 treeIt 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 modifiersOnly 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 connectionWhen 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 extensibleThe "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 modelI 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 wordI 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
- 
Give option to disable encryption of the ConnectionGive a checkbox option to disable encryption of connection string and database password. Or some ways to dynamically change like password from system variables. Because the portable version connections doesn't work by copying x-copying everything to other system in automation. 1 vote
- 
run query from context menuVery simple, right click on current query window and run query. Same as SSMS. If text is highlighted then run that context instead. 3 votes
- 
Copy columnsWhen clicking on the header of a colomn the column gets selected and you can copy the entire column 3 votes
- 
Option for marked as "Production" database connectionsIt would be nice to have an option for database connections marked as "Production" to be able or not be able to save changes, modify or delete etc. 3 votes
- Don't see your idea?
