1195 results found
-
Automatic proxy detection not working
Hello,
First of all: LINQPad is a GREAT productivity tool and in our company we have many users, using it on a daily base. I love the new feature to great simple chart in the Dump output!Here is a little issue. The automatic proxy detection of LINQPad is not working properly. In our environment with a NTLM based authenticating proxy and a proxy.pac file in use it is not working.
This is most likely due to not setting the HttpWebRequest.Proxy.Credentials property before sending a request.Here is a sample C# code where it works and is explained step-by-step:
//…
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 -
Output JSON Format Data
Output JSON Format Data
1 vote -
Include Optional Parameter for Hyperlinq Tooltip
I'm hoping this would be a fairly easy change, but would make my life a lot easier. I dump a lot of abbreviated strings/hyperlinqs which I only sometimes need to differentiate the absolute paths or other truncated details for. It would be great if I could just mouse over the text to get some additional info.
3 votes -
2 votes
-
Show Color and Image when Dump()
I like Xamarin Workbook,
but i prefer Linqpad more, please integrate it with SkiaSharp, when Dump, to have an option to see Colors and Image4 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 -
Option to enable server garbage collection
Would be useful when experimenting with F# Hopac.
4 votes -
Press F2 key to rename a saved query in MyQueries
When in MyQueries - pressing F2 key allows rename
Linqpad is a really fantastic product - thank you!
2 votes -
Add abiltiy to copy minimum working example (MWE)
It would be nice to have the option of copying a 'Minimum Working Example' to the clipboard. This would make it easier to e.g. post a question on StackOverflow.
It should include all namespaces and a full class declaration containing a static Main-Method. Also see here: https://stackoverflow.com/help/mcve
4 votes -
Inline UI Button to direct execute a single .Dump() statement
Detect the Dump() statements and render an inline Button next to it (or in the left column). That button work immediately execute only that Dump() statement.
Probably only works in the C# statement(s) mode
3 votes -
Install the Beta releases from the UI
Add the possibility of manually installing the last Beta from the user interface.
I install the Beta releases every single time. It would be nice to be able to install the Betas without going to the web site, etc.. manually initiated of course.
1 vote -
cursor line
Display the cursor line and column in window footer like VS, PowerShell ISE, SQL Developer, Notepad++ and other applications
1 vote -
Format SQL results table with one row vertically instead of horizontally
I frequently find myself using plain SQL instead of LINQ (some queries are just easier and faster to write). It would be great to have an option that if the result set only contained one row to format it as a single entity in the vertical format instead of the horizontal format. Essentially, it would look the same way if you were to call Table.First(), where all the properties are listed vertically and you only have to scroll down. This would make it much easier to scroll through tables that have many columns when I'm only selecting one row from…
2 votes -
Create an Airtable connector
Airtable and Linqpad is my two favorite tools. Please arrange a marriage so I can use Airtable in Linqpad as easy as it's connect to other datasources.
5 votes -
Support for Unity C# game development
LINGQPad could be a perfect tool for Unity game development. Not so much the free version but the debugger capabilities gives people an edge with development aswell faster learning capabilities.
1 vote -
Allow references to other LinqPad scripts
I would love to be able to add a reference to a LINQPad script similar to how you would add a project reference in Visual Studio. This would be like the My Extensions script, but rather than global, it would be a selective inclusion.
Main() would not be called, but any types/methods would be available in the referencing script.
1 vote -
Add way to search datagrid contents
Seems like it would be handy to have a way to search the datagrid contents.
You can use ctrl-f in the standard results but that doesn't appear to work when viewing datagrids.
1 vote -
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 -
Support mapping [String].Split() to SQL 2016's STRING_SPLIT
SQL 2016 supports built-in function STRING_SPLIT().
This function corresponds to .net [String].Split(char).
Please enable mapping from C# to SQL when calling .Split() on a string.4 votes
- Don't see your idea?