1187 results found
-
Name new tabs as {TableName} instead of Query {X}
So it is easier to identify. All named "Query 1", "Query 2" doesn't tell much.
1 vote -
Provide a Util.GetPassword overload that does not prompt
It should be useful a GetPassword overload that does not prompt password if it not exists but simply return null.
Consider to add a method Decript or rename GetPassword because it should be used to store other types of data (connectionstrings, usernames ect...).12 votes -
Object Browser
Include a window that allows you to search through the assemblies (classes, methods and properties) like the object browser in Visual Studio
6 votes -
Turn off UnhandeledException handling in settings
It would be nice if we could be able to turn off the Dump of the Unhandeled exceptions, or Change the Default Handler from LINQPad on the 'AppDomain.CurrentDomain.UnhandledException'.
I have not found any way of turning this off without actually using reflection to fetch, and de-register the default, and then re-register my own implementation (it works, but it's buggy).
0 votes -
Add optional parameter to Util.Cmd for defined exit codes
Add optional parameter to Util.Cmd that will accept a parameter so alternate success exit codes can be defined. Currently only 0 is acceptable as a success, but some apps use alternate exit codes.
0 votes -
Update IQ provider to support the latest version of SQLite
Currently the IQ provider ships with SQLite 3.7.17. This means we can't use the latest SQLite features, such as the WITH clause (introduced in 3.8.3)
7 votes -
Implement a driver based on the famous dapper library from Stackoverflow
Implement a driver based on the famous dapper library from Stackoverflow. Dapper is faster than Linq2SQL or EF. It'd great to take advantage of it in LINQpad.
10 votes -
Snippets
I have placed my LinqPad folders inside a "OneDrive for Business"-folder (and made a junction to it in my documants folder :))
But now Onedrive is complaining that I have a invalid character in "C# Snippets", which turnsout to be the # character.
Can I rename that folder without losing the functionality?
1 vote -
Localize the application (French, German, Spanish)
Is it possible to localize the application (French, German, Spanish).
1 vote -
Util.Dif should handle list inserts and deletions better (but not sure exactly how)
When adding a new item in the middle of, or deleting an item from the middle of the second list to compare using Util.Dif, the rest of the list is flagged as out of sync since it uses an index-based comparison. In other words, Util.Dif compares elements at index 0 with each other, then at 1 with each other, etc.
It would be better if more advanced diffing algorithm was used to do this and could flag the entire element as red if it was removed, the entire element as green if it was added, or individual values with red/green…
3 votes -
support for NETStandard.Library 2.0
Can't add NETStandard.Library via nuget. Error: "There are no usable .NET assemblies in package 'NETStandard.Library'."
1 vote -
have breakpoint visible by default
breakpoint bar is currently made visible only after the first breakpoint inclusion (via F9). Please make it visible at all times like in VS IDE.
3 votes -
store results
it is very cool to store results in a data sets or temp table to make secondary queries over it.
1 vote -
Create LINQPad for the Web
Create a web version of LINQPad, similar to jsFiddle or dotnetFiddle. linqFiddle would be an outstanding product and would be infinitely useful.
3 votes -
A keyboard shortcut for Dump() method.
I hate typing Dump with proper casing all the time. Linqpad increases developer efficiency for sure. I think a tool specifically designed to make a developer's life easier, CANNOT afford not to have a keyboard shortcut for a frequently used feature. One of them of Dump(). The shortcut should be context sensitive, it should when to add semicolon and when not to.
5 votes -
Add commas to the row count of results
Add commas (or whatever the user's localization number delimiter is) to the number of rows returned that is displayed in the status bar under the DataGrid. When the number is large, like 849054, it's easier to read it in groups as 849,054.
1 vote -
Fix the tab button so that it doesn't add a newline (or allow you to turn that off)
Occasionally, when I press tab, it adds another newline instead of indenting. I can't always recreate it, but it seems to do it at the most inopportune times. It might be an attempt to auto-align method parameters or anonymous type members.
Sometimes, if I press tab enough times, it will start indenting again but, again, I can't tell when it will or won't...
11 votes -
report specifics about errors that occur when running a query
When I run queries, particularly as C# Programs that use the construct List<string> { ... }.Contains(q.fieldName), I very often get the message in the status bar "Error running query". Sometimes if I re-run the query a few times it will give me the results successful. Other times, it just reports this error every time. I need to know the actual error message to have much chance to fix it.
4 votes -
Support DB search (for SPs, functions, tables, columns), just like RedGate's SQL Search.
Support DB search (for SPs, functions, tables, columns), just like RedGate's SQL Search.
Maybe it should be a context menu option (saying "Search for DB entity...") on the DB tree-node.
3 votes -
Options to control nested lists auto expanding or
Options to control nested lists auto expanding enable or disable
very commonly need parent list expanded but nested objects and their lists unexpanded
2 votes
- Don't see your idea?