1200 results found
-
Make it see the files in Skydrive folder that are not fully downloaded yet and are presently only the metadata.
I use SkyDrive to keep my queries synced between various devices but I noticed on Windows 8.1 that it does not show them unless I have "opened" them locally even though the "stub" of the file shows in the directory. It would be nice if LINQPad would show them all and even open them in a way compatible with SkyDrive if I selected one that was not yet fully downloaded.
5 votes -
7 votes
-
For SQL queries that do an INSERT/UPDATE/DELETE, show the number of rows that are affected.
For SQL queries that do an INSERT/UPDATE/DELETE, show the number of rows that are affected, like it does in SQL Server Management Studio.
7 votes -
Allow users that use the beta versions to auto-update their beta
If you download and run the beta 4.x version, you can see that updates are available but you cannot automatically download and update the local version as you can with the release 4.x versions. It would be nice to be able to update to the newest beta version automatically (or possibly to the newest release if there is a version newer than the beta).
10 votes -
Util.Run with dbcontext as parameter
Util.Run with dbcontext as parameter to run scripts against different context
1 vote -
6 votes
-
Search/filter by table or column name
For databases with hundreds of tables, it would be great to filter tables and columns by having a textbox at the top of the connection panel. As you type, it would autofilter the currently selected connection.
130 votes -
Interop among queries (and languages) inside LINQPad
For example, I have a query with code written in F#. Then I can reference this query in a C# query and use the functions that I wrote in the F# query. So, that is not necessary to open Visual Studio, create a F# project write the code then compile it to a .dll and then reference that assembly in a C# query in LINQPad,
4 votes -
As a driver developer, I want to include 16x16 icons that override the default ExplorerIcons.
For example, if I am working on (hypothetical) HTTP/REST-based driver, I would l like icons that read GET, HEAD, POST, etc. next to the url path that would be displayed as the ExplorerItem text.
4 votes -
pad numbers for better visual presentation
It would help tremendously for the visual presentation of numbers, if numbers had their decimal place in the same visual column.
eg: PadRight with zeroes until all numbers have the same number of decimals
i know that such procedure is kind of tricky to do, because you need to look at all numbers in a grid before showing it.
but i think the performance-hit is worth the extra render calculation.
1 vote -
Integrate directly into Visual Studio as addin
make it available as an add-in in Visual Studio, where the whole thing is hosted right inside of Visual Studio, so I don't even have to leave VS
1,132 votes -
Compile into console application
I'd really like the ability to compile a "project" of the type C# Program (or the VB/F# equivalents) into a Console application. Calls to .Dump(); could be replaced with Console.WriteLine(); with IL transformation.
16 votes -
7 votes
-
Show correct line-numbers in stack-traces
The line-numbers in a strack-trace counts from the top of the produced .cs file. This includes the using-statements, and first few lines of the UserQuery class definition. The user has no way of knowing how many such lines there are, so the line-numbers would be almost useless.
To remedy this, LINQPad could add #line-directives
#line 1 "UserQuery" // Just before the user-code #line default // Just after the user-code.
Manually adding #line-directives results in the exception-indicators being placed on wrong lines, but the stack-traces are more useful.
Read more:
http://msdn.microsoft.com/en-us/library/34dk387t.aspx
http://msdn.microsoft.com/en-us/library/szc67b5s.aspx
http://msdn.microsoft.com/en-us/library/dd233195.aspx6 votes -
User-defined mapping of keyboard shortcuts
Visual Studio has this. It would be lovely to have the same key combinations achieve the same effect across different programs. Hardwired shortcuts are a bit provincial, and problematic for aging neurons.
55 votes -
Save a query as a '.cs. file with the Main() and using statements present.
Add to the File Save As menu with an option to save a query as a '.cs. file with the Main() and using statements automatically inserted. This could otherwise be implemented as some king of Export functionality.
1 vote -
instant share should create a synced shared folder with all your shares in it
Currently if I instant share something, and want to make a small change, then I have to create new instant shares each time. Perhaps a simple solution is for linqpad to create a "shared" folder, inside that are files named according to the bitly styled instant share 38dHLx.linq etc. If I delete anything in that folder, then you (linqpad website) can delete the corresponding instant share, if I press control+u when inside a file thats an instant share, it should update? This will avoid linqpad having to create a whole web CRUD interface around "manging" my shares, or, reproducing GIST…
1 vote -
Step by step wizard to create linq query
Most of the times Pivot tables are used for Data Visualization/Graph. Would like to see wizard that can help you creating pivot table.
4 votes -
"My Queries" directory default to where the .linq file was launched from
For people with multiple projects with multiple folders of linq queries, you would have to use the "Set Folder" feature to change directories. One way to solve this problem is to default to the directory that you clicked on a .linq file. Another idea would be to keep a history of the project roots (folders) like Visual Studio.
2 votesI’ve changed the custom query location TextBox into a ComboBox with a MRU for the next build.
-
Possibility to copy/paste the error message, when a connection to a dbcontext is unsuccessful
Possibility to copy/paste the error message, when a connection to a dbcontext is unsuccessful
1 vote
- Don't see your idea?