1198 results found
-
0 votes
-
PowerQuery Language Support
PowerQuery is becoming very popular and would be very useful feature to have support inside LINQPad .
6 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 -
Please don't install a new update when I open LinqPad
I regularly run LinqPad on clients' PC's in order to troubleshoot a database problem, rather than installing SQL Management. I don't like having an automatic update downloaded in the background onto their machine especially knowing that I will never use it anyway.
4 votes -
Add XML Documentation Helper
Add a helper to the editor so that when /// is typed on the line before a property or method, the summary and param blocks are added similar to how it works in Visual Studio per this article:
OR
Enable intellisense for /// < to template the common options:
/// <summary
/// <param
/// <returns
/// <see1 vote -
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 -
run query from context menu
Very 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 columns
When clicking on the header of a colomn the column gets selected and you can copy the entire column
3 votes -
Add a console like package manager
A console on the bottom side like the package manager on VS. Having the ability to run powershell, cmd or your own linqpad scripts. By default on the query directory. This way, you can chain commands with your own scripts and things like that to automate things.
3 votes -
Allow changing font on IL tab
It is possible to overwrite styles for HTML results on Preferences/Results/Style sheet. Unfortunately those overrides aren't used when IL tab is rendered. Please fix it. Thanks.
6 votes -
Add ability to highlight text/row in output window which matches some text passed to Dump() method
The Dump() method should expose a parameter that adds ability to highlight texts that matches the parameter. This would help us quickly find something when dealing with a deeply nested or a very long list of objects that are dumped.
3 votes -
Better suport for Ctrl+C and Ctrl+V in rich Text formatting
Coping and Pasting the Result data to another application normally don't show results has expected.
Like pasting to notepad the columns heads is pasted one per line and the data is pasts was separated by space.
I would expected that the past data and the headers should be pasted separated by tab.
3 votes -
implement "collapse all" as right-click option on nodes in the connections/databases/queries views on the lefthand side of the main window.
title says it all. I really really need this, as LINQPad becomes really really annoying to navigate after a while without this
3 votes -
add "new folder" context menu option for my queries
Yes, we can add a new folder via save dialog but it will save time
0 votes -
Export as HTML to clipboard
I use LinqPad to share data through email all the time. Currently the best way to do this is to export to HTML file, load the file, copy to clipboard, paste to Outlook as email.
Could you add a "Export to clipboard as HTML" option to Export drop down menu that would just put the data you are saving to a file on the clipboard?
Or add an "Export to clipboard as HTML" to the ▶ menu on each Dump (same drop down as View in Grid, Toggle all graph columns)
7 votes -
Add a Regular Expression Evaluator
How about adding a Regular Expression evaluator. Something similar to the abandonware one created by Rad Systems
1 vote -
Add option to to hide System Database
Allow an option on "Preference -> Advanced" or somewhere similar that we can enable/disable that will hide System Database, such as "master", "model", "msdb", "tempdb". Most of the times, developer are not working with these databases, so there is no point in them displaying under your database server.
6 votes -
Chart: there may be no way to name default Y series
In Chart() method, we can plot additional Y series by:
chart.AddYSeries(x => x.Value2, LINQPad.Util.SeriesType.Line, "Value 2");
and a legend is shown with specified name ("Value 2" in above code).
It's cool feature, but I couldn't find the way to specify the name for "default" Y series.
So I think "name" parameter may be needed in Chart() method.
5 votes -
Output JSON Format Data
Output JSON Format Data
1 vote -
2 votes
- Don't see your idea?