1217 results found
- 
Compile only command in menuIt would be nice that there will be menu command (for example F6 would be shortcut) for compile only (compile query without run). 1 vote
- 
Make linqpad an universal app.I know it would require pretty much remake the entire interface; but maybe it is time to look into the future :D ... 4 votes
- 
Bug - Intellisense does not working!Intellisense does not working on big queries. I've an query with about 6.000 lines of code and intellisense does not working inside. On other (smaller) queries intellisense works fine. Using LP v5-03-03 beta Any CPU. 1 vote
- 
Make a gallery for LinqPAD extensionsI think it will be nice to have something like nuget for LinqPAD extensions. For example, it should be easy to find methods for using charts, manage administrative tasks, import\export data for different formats and so on. I'm sure a lot of people will start to contribute their own extensions and it will make LinqPAD is more popular! 4 votes
- 
have an option to display EntitySet countsDisplay the count of EntitySet fields in the parent grid row, so that you don't have to click on them to see if they have any list members: e.g.: | 1 | ivoice203 | CustName | InvoiceLineItemList (5) | 11/1/15 | 1 vote
- 
Include the current query name (if saved) to the title barThe time tracking software I use, TimeSprite, uses the window title to track time and assign to tasks. LINQPad always just shows as "LINQPAD" - but when a query is saved, including the file name in the title bar (like Word, Excel, etc. does) will let users identify the current query, and will facilitate time-tracking apps such as TimeSprite to assign queries to projects. 16 votes
- 
Add a No Update Option to LINQPad.exe.configWe recently ran into a problem where the automatic upgrade option caused a bug, and being sure that Linqpad is always invoked with -noupdate is a pain. Having such an option in the LINQPad.exe.config would make for easier work arounds. 4 votes
- 
Automatically Select "SQL Azure" if connection string in clipboard's "Server" property ends with ".database.windows.net,1443"Given a SQL Connection String is in the clipboard: Server=tcp:my-sql-azure-sql-server-name.database.windows.net,1433;Database=my-initial-catalog;User ID=user@my-sql-azure-sql-server-name;Password=ALRh2AxHV6f8;Trusted_Connection=False;Encrypt=True;Connection Timeout=30; When the "Server" property of the connection string or equivalent ends with ".database.windows.net,1433" then the assumption that this database server is a SQL Azure connection string and automatically select the "SQL Azure" radio button at the top of the "LINQPad Connection" dialog box. 3 votes
- 
Support Touch Interactions in the Code EditorMany of the tool panes in Linqpad already support touch scrolling. This makes it very comfortable to use on a touch enabled device like a Surface. However the Code Editor does not support touch scrolling. Visual Studio recently introduced this feature and it is great for reading code on a tablet. Please support this in the Linqpad editor also. 10 votes
- 
Ability to sort files in "My Queries" tabJust a minor suggestion. I'll like to be able to sort files in the "My Queries" tab - by date modified, by date created, by name etc. I experience a little frustration having to remember the name of the last file I worked on. 3 votes
- 
Paste as commentPaste as a comment block Just like the paste as escaped string is great, i think paste as comment block would be just as useful. 1 vote
- 
Export to Visual Studio 2015 SnippetAllow for LINQPad Query to be exported as a Visual Studio 2015 XML Snippet file. 1 vote
- 
Allow user names for results gridsSimpley allow the usr to rename the grids, or perhaps to provide a comment in the sql to name the results grid for each query when doing multiple queries. 1 vote
- 
Edit and debug Cake filesWould've been really cool if you could edit and debug Cake build scripts in LINQPad. 23 votes
- 
Export Connection Strings of Saved ConnectionsIt'd be great if we could quickly get a properly formatted connection string for any of our database connections. 9 votes
- 
View a diff before I hit saveAllow me to see a diff before I hit save. Quite often I might have made some changes to a saved query, and days / hours later don't know what I changed and if I want to keep the change. My current workaround is to save to a new filename and run kdiff, but it would be nice to integrate this feature into the program. I could just put all my snippets in a repo, but that is probably overkill for most people. As .linq files are just text files this should be relatively straightforward. 5 votes
- 
Allow Results To Be Screen Captured To Image Hosting ServiceAbility to right click on the results area to do a screen capture (image) of the result(s) to be taken and sent to a predefined image hosting site. Then provide access the image URL in the clipboard in either raw html or in StackOverflow format. [Title Here](http://{Image Hosting Addy to image}) 1 vote
- 
Unresponsive UI when closng the connection Properties dialogThe app becomes unresponsive for several seconds after closing the connection Properties dialog? There is no wait cursor to indicate that work is being performed. Couldn't this work be performed asynchronously? 4 votes
- 
Live query resultsI often use LINQPad to check for new or updated data in SQL tables. I have queries open that I refresh after I make an operation in my application. It would be really helpful if you could create "live" queries or a change log for a database table or query. I think it would be possible using SqlDependency to get the required notifications. I imagine something like new or updated rows are added to the bottom of the searchresult and the search result is scrolled down. New and added rows as colored for a period of time to visually indicate… 7 votes
- 
Preview SQL table contentI often find myself using LINQPad to look at the latest data inserted into database tables. I keep a lot of tabs open with something like 
 myTable.OrderByDescending(t => t.TableId).Take(10)I also spend a lot of time flipping through a bunch of tables to find the data I'm interested in. I think both use cases could be helped if LINQPad could open a temporary tab with the top 10 or 25 rows when clicking/navigating with the keyboard in the tables list in the left pane in LINQPad. 
 Preferably the results should be sorted descending by the primary key (at least for…3 votes
- Don't see your idea?
