318 results found
-
Allow to execute query in 'release' mode
Run optimized code especially for quick profiling.
1 voteThis is now the default. You can switch between optimized and unoptimized compilation in Edit | Preferences
-
Support CE databases > 256MB
I can't connect to bigger sdf files (SQL Compact Edition) because the standard value for 'Max Database Size' of the Connection is too small.
We need an option to specify a max database size with SQL CE.
1 vote -
Allow to suppress SQL Tab generation to save memory and performance
I tried using LinqPAD do insert and update quit a large number of records in a db and found that memory and performance was quit bad. I assume the reason is that there is a lot of sql logged in the SQL Tab, which in this case was of not of interest, because it was the endless repetition of the same query over and over again.
1 voteThis has been fixed in 2.0.
The SQL tab now goes into “low-resource-consumption” mode until you actually click on it.
-
enhance intellisense
Intellisense should popup when writing, not only when CTRL+Space'ing
just like Visual Studio.
1 vote -
string literal intellisense
Please do not have intellisense continue to come up when typing in @ literal strings
1 voteThis was fixed a while ago… is there any need to make it an option? What use is there in having intellisense in string literals?
-
Regions & Outlines
I'd like regions (#region, #endregion) to behave as in Visual Studio so I can expand and collapse them. So far they don't appear to.
1 voteThis feature is available with the registered version, in ‘C# Program’ mode.
-
1 vote
A bug that sometimes prevented this from showing has been fixed in 4.36
-
Add widescreen support to the UI
Add an option to display the query and results in separate columns.
1 voteFrom v4.35, this layout option is supported (Query menu)
-
clickable foreign keys in result pane
for results from database, make clickable the value of the column, which is foreign key (for example Table.Take(x) -> results to [TableID, ForeignID] - clickable values from ForeignID column -> on click runs ForeignTable.Where(i => i.ID == Table.ForeignID).Take(x)
1 voteCompleted in v4.37. Click the ‘Results to Grids’ button to enable this feature.
-
SQL Azure connection should not allow Windows Auth
The current SQL Azure connection does not disable Log on with Windows Auth (never allowed in SQL Azure).
1 voteCompleted in v4.37
-
1 vote
Completed in v4.35
-
Keyboard shortcut to hide left pane for maximum visibility
There should be an option to hide the left pane allowing us to consume the maximum real estate of the screen to work with the query and result window.
1 voteDone. The shortcut is Shift+F8
-
Do not pluralize or capitalize the tables names
Pluralizing and capitalizing tables names can confuse developers and DBAs ... And demand an extra effort to rename que lambda expressions before using it in the original application... Leaving the table names as is... is more usefull cause we can copy/paste the generated lambda expressions.....
1 voteThis has been an option since V1. Go to Connection Properties and uncheck ‘Pluralize’ / ‘Capitalize’. Or look at first question in FAQ
-
Fix the DataGrid 'Edit Data' feature for single row editing.
The DataGrid 'Edit Data' feature works fine when editing values where there are more than one row. In this case, the results appear in a table and each row's cell can be edited. However, if navigating (via hyperlinks) to a table for which there is only a single row, then the view changes from a table to more of a property sheet view with only two columns: the attributes and values. In this mode, the only thing that allows editing are boolean fields (that appear as checkboxes) and strings. All other numeric values give the following error:
Object of type…
1 vote -
Make possible to comment/uncomment code
in Visual Studio you have the ability to comment/uncomment code sections. I use this very often to test code sections.
1 voteThis feature has been available for a while. Same shortcut keys as in VS.
-
Add a confirmation dialog before deleting a connection
I was attempting to refresh a connection in the connections list window and I accidentally deleted the connection. No confirmation dialog popped up, just woosh, connection gone.
Which is fine, I can just re-add it once I figure out the connection string details again ( I have a lot of connections in there).
Just a small annoyance. (Large annoyance for users with lots of connections)
1 voteCompleted for next beta.
-
LINQPad 5 bug - can't use XmlSerializer
Use of XmlSerializer in LINQPad 5 is not possible. Serialization ends with "UserQuery is inaccessible due to its protection level. Only public types can be processed" exception. In V4 there is no problem.
1 voteThanks – this is now fixed in the new beta:
http://www.linqpad.net/download.aspx#beta5 -
Add C# 6 support
It would mean upgrading to 4.6, but that's not a bad idea anyways.
1 voteGo to www.linqpad.net/download.aspx and download LINQPad 5
-
1 vote
-
Allow to disable the default namespace inclusion
It is annoying that I always have to fully qualify "System.Transactions.IsolationLevel" because of the conflict with "System.Data.IsolationLevel".
1 voteYou can now remove any of the default namespaces in LINQPad 6.
- Don't see your idea?