1187 results found
-
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 -
In IL plz show Method signatures and return types
Current if there are overloads of methods, we cannot distinguish them from IL. Please learn from other tools e.g. ILSPY and show method signatures (parameter types) and return types.
1 vote -
Update fsc.exe search paths for VS 2013.
It's now at:
%programfiles(x86)%\Microsoft SDKs\F#\3.1\Framework\v4.0
1 vote -
VB Syntax Auto format
It would be great to have VB syntax auto formatting like in Visual Studio. VB is a case insensitive language (which is what makes it so appealing to lazy people like me) and I often use the syntax auto-formatting when I type as a quick check that I wrote the right syntax.
ex: I type:
dim V as double
v = 10and it becomes
Dim V as Double
V = 103 votes -
A file-base "My Extensions"
If a special file in the same folder as the opened .linq-file exists (for example "_Extensions.linq"), it should be loaded and executed before the query executes. Extension: Search the parent directories too for this file.
16 votes -
Shortcut for primary key
I mostly find that I need to filter by the primary key id. It would be handy to have a quick way of inserting the primary id name.
Perhaps a shortcut key, or perhaps even just putting the primary id at the top of the drop down autocomplete.
1 vote -
Allow tree structure in editor to allow say #region and #define to be minimised similar to VS. Code could be hidden from users easily enough
Allow tree structure in editor to allow say #region and #define to be minimised similar to VS. Small scripts for users could be hidden from "users" easily enough using #region #endregion or if based on defind label around the whole thing
2 votes -
Resharper integration
I find myself using Resharper hot-keys in LinqPad by accident. It'd be cool if Resharper worked in LinqPad like it does in VS.
266 votes -
Ability to synchronize "My Queries " on the cloud/web
I am using Linqpad in diffrent machines. Was wondering is there anyway to sync "My Queries" through some service. Or may be we can use SkyDrive/Azure/Amazon kind of thing?
61 votes -
Syntax alignment like visual studio
It would be handy to have "select" align underneath "from" like it does in visual studio. I often find myself tabbing code around to align it, but in visual studio its automatic alignment seems more natural.
1 vote -
mongodb
create support for mongodb so i can see the database in the tree format on the left pane
20 votes -
add shortcut key for 'File:Save As' menu command
should take about a minute to add this. I would use it all the time
1 vote -
1 vote
-
Implement the SQL view for queries against a Teradata database
When writing queries against a Teradata ObjectContext, the Results, Lambda and IL views all work as expected, by the SQL view returns nothing. It'd be really handy to have this working, and shouldn't be too hard to implement as simple workarounds already exist. (Just cast a LINQ statement to ObjectQuery and call ToTraceString() on the result - http://developer.teradata.com/blog/dsakai/2010/11/retrieving-the-sql-generated-by-the-entity-provider-for-teradata)
1 vote -
oledb
add ability to connect via oledb
7 votes -
Progressive Dump
While a linq query is going on, I would like to dump the values, but part of the same Dump... if that makes sense. I use LINQPad to handle small menial tasks I don't feel like starting a new VS project for.
So while I am in a long linq query, I would like another method for DumpToExisting([id]) and Dump() should return a GUID or Integer id.
6 votes
- Don't see your idea?