1187 results found
-
Improve Util.GetPassword to manage local passwords and other data
It should be useful to rename the method to Util.SaveData and add a description to better explain what is the saved value, not only the key.
And add an overload to save data linked with a LINQPad user to allow to have different values for the same key to export and import the passwords to other machines across the team.
I've created a script to export/import the password using an encrypted .ZIP file.
Thank you!
1 vote -
Add option to sort the My Queries pane by date
This will let recently used queries float to the top of the list.
3 votes -
Plugin Support for Dumps
I would also like to add custom data presentation in the output panel (via Dumps).
Becasue the output is rendered in HTML I would like to create a Plugin which will render JSON strings formatted with highlighting etc. for example.
Or I would like to fetch some data from other Places and attach it to the dumped data etc.
These plugins don't need to be a separate DLL. A Linpad script which implements a special interface would be enough.
Best regards
Christian6 votes -
configure the folder name "Visual C#"
folder "Visual C#" does not sync using onedrive for business. it contains illegal chars. it has to be changed or option to configure the folder name.
5 votes -
Add "Camel Hump" support to IntelliSense
This is a feature of ReSharper that makes using IntelliSense much more intuitive. This is also called "Match middle of the identifiers".
Essentially, if I am trying to type 'SqlCommand' I can simply type 'SCom' and it will show up in IntelliSense.
https://www.jetbrains.com/help/resharper/2017.1/Navigation_and_Search__CamelHumps.html
13 votes -
Copy for markdown in query results
I was making a GitHub issue for some problematic production data and it was a pain to take the copied Linqpad query results and finagle it into the markdown table format.
I'd like the Copy for Markdown feature to work for query results.13 votes -
HTML export should contain expandable tables
The LINQPad output window allows tables to be collapsed/expanded. Especially in nested tables this is very useful. Having everything expanded makes it difficult to read the tables.
The HTML export should have the same expand/collapse feature.
Both the export from LINQPad GUI as well as LPRun html should accept two different dump levels. One for the actual data and one for the default expand level when the html file is loaded into browser.
14 votes -
Additional mouse selection support
Add additional support for selecting text with the mouse that works the same as most Windows applications:
In query editor pane:
- Triple-click = select entire line
- Triple-click + drag = select multiple entire lines
In SQL results view pane:
- Double-click = select entire word
- Double-click + drag = select multiple entire words
- Triple-click = select entire cell contents
11 votes -
Support NuGet packages that include DLLs
I ran into an issue attempting to use LINQPad to try out https://www.nuget.org/packages/libsodium-net/ - the package imported, but code failed with a DllNotFoundException. The package wraps a third-party DLL, which gets installed to a subdirectory of AppData\Local\LINQPad\NuGet.FW46. In Visual Studio, it apparently uses Baseclass.Contrib.Nuget.Output to copy the package output folder contents to the build folder. This doesn't work with LINQPad.
4 votes -
Second NuGet package source breaks downloading from original
Adding a second package second source, from a custom source - e.g. Visual Studio Online. Which doesn't have all the packages of api.nuget.org, will break installations from api.nuget.org. LINQPad complains it can't find e.g. PureWebSockets or Json.NET from https://blahblahblah.pkgs.visualstudio.com/blahblahblah
6 votes -
Support VSTS Package Management Service
We use VSTS PMS, but LinqPad NuGet Manager can't correct login.
51 votes -
Backup and restore for LinqPad settings (configuration)
Linqpad needs a feature to export and import settings. I'm about to reinstall windows and I really don't want to setup all of the connections, etc. that I've created in LinqPad after re-installing it.
5 votes -
Ability to set environmental variables
A way to easily set environmental variables. New wave of cloud apps/frameworks seem to leverage this as a way of injecting values into the app.
4 votes -
Dump() not generating navigation properties for large tables
When querying a table with a large number of columns, navigation properties are not appended to the table.
In particular, Table A I'm querying has 41 columns and does not produce the navigation properties.
Table B with 29 columns does produce the navigation properties.
We have a 1:Many (one table B for many table A). The link from TableB -> TableA does show, and it's not an issue with foreign keys, I suspect it's a hard limit we've crossed excluding the properties from generating
24 votes -
Trace tab with Logging Output Support
Optionally support a separate trace tab as often have a lot of trace output and would like a way to hide the noise.
Additionally, would be nice to support some basic formatted output with support for Info/Debug/Warn/Error and date/time... e.g. color changes and minor style differences.
3 votes -
Add a "Favorites" category for Database connections
In my workplace there are 4 environments with 4 servers each, with 10 databases each. When I need to change environments i have a lot of servers to scroll to, even though I only ever use 8 of the databases in each of the 4 environments. It's be really nice if I could mark a server/database as a favorite, and have it be at the top of the list.
8 votes -
Dump object to separate panel
I would like to be able to dump arbitrary objects to a new or secondary panel, the same way we can call DumpFormatted on XDocuments.
Ex: new[] { 1, 2, 3 }.DumpToPanel("PanelName", <other dump options>);14 votes -
To be able to search/filter in connection combo box
with the shortcut Alt+C one is able to drop down the connection combo box. However, when you have several databases it gets too long to scroll using the arrow key. It would be really good if it is possible to do a fuzzy search and shorten the list of choices just as who the intellisense is working today.
9 votes -
Add buttons on query menu for Debugging optionss
Add buttons on query menu for Debugging
ie:
Step into
Step over etcconfigurable in preferences
1 vote -
Save tab state on exit
Restore tabs in linqpad start
6 votes
- Don't see your idea?