1205 results found
-
an alias for data context and more control over view and property name creation.
I find myself using LINQpad more and more to test expressions from our projects. It would be nice to have more control to take the 'tweak' out of the copy/paste/tweak process. For example, when I copy an expression from code to linkpad I have to find/replace "db." with "" to remove our context variable references. It would be great if LINQPad could understand that "db." (or some other user defined alias) means the current context.
3 votes -
alt-shit-arrows to select text blocks or write over multiple lines
In Visual Studio you can select "blocks" of text using the arrow keys while holding down both the ALT and SHIFT keys. This is really useful and I hope it gets implemented
3 votes -
.Net Component
Create a .Net component version of this program. To use with asp.net and winform apps.
3 votes -
Improve Open SQL in SSMS/New Formatting
Would be great if instead of opening like so in SSMS:
Executed Sql Query:
Query: SELECT ... AND ( [LPA_L3].[SomeColumn] = @p1)
Parameter: @p1 : Guid. Length: 0. Precision: 0. Scale: 0. Direction: Input. Value: 52d87c12-e610-43f8-bdc1-7aee15b19a78It commented out comments and set variable values
--Parameter: @p1 : Guid. Length: 0. Precision: 0. Scale: 0. Direction: Input. Value: 52d87c12-e610-43f8-bdc1-7aee15b19a78
SET @p1 = '52d87c12-e610-43f8-bdc1-7aee15b19a78';--Executed Sql Query:
-- Query:
SELECT ... AND ( [LPA_L3].[SomeColumn] = @p1)3 votes -
Massive modification on the connections
Having the possibility to do a massive modification on connections (ie : modify the dll containing the EDMx file path or change server address on many connections in one hit)
3 votes -
Count all Tables on Context Menu of DB Connection
It would be great if the Connection Node would offer an "Count all Tables" option which iterates over all Tables and adds the Row Count behind the Table Name in the Tree View. Would be great when taking first looks into new Databases (e.g. SQLite Databases).
3 votes -
Fix Modal dialog blocking but not allowing input
I have a query, if I accidently hit F4 and F5 at around the same time... The query properties comes up, the query runs, and I can no longer click to dismiss the modal.
3 votes -
3 votes
-
3 votes
-
Navigate To/Control- to Search and Create New Query for Connection
Using Navigate To (Control+,), allow us to type name of connection as well and if we select it, it automatically makes a new query against that connection. I'm pretty much 'mouse' free on LINQPad except for this scenario.
3 votes -
Don't automatically populate the connection when creating a new query
Sometimes when I start up a new query, I type a single C# expression like "Environment.OSVersion" and then hit run. It doesn't execute instantly and I look at the status bar and see "Fetching Schema...". Then I see that LINQPad automatically assumed that I was going to use the connection I used last time I wrote a query and added it for me. Although this may be useful for someone who uses LINQPad exclusively for querying a single database, this is annoying for others who use it as a C# scratchpad or frequently query different data sources.
3 votes -
Create a way to associate .sdf-Files (SQL CE) with LinqPAD
For using LinqPAD for everyday work it would be extremely helpful to have a file association set to open .sdf-Files with LinqPAD directly. Up to now I do not think this is possible. Maybe you could consider a command line option to pass a filename (or connection string) to LinqPAD at start - this would be perfectly sufficient for us by enabling us to write a wrapper providing the desired functionality.
3 votes -
Is it possible to convert sql statement into Linq statement using LinqPad
I want to convert this statement using linq pad my quey is
SELECT * FROM TblSourceA FULL OUTER JOIN TblSourceB ON TblSourceA.First=TblSourceB.First OR TblSourceA.Last=TblSourceB.Last;
3 votes -
Add 'Dump' to 'View in grid' menu and to IEnumerable elements
When viewing some complex data structures, it would be very useful to be able to re-dump particular parts of the structure. I.e., either by right clicking a cell or by using the > arrow that brings up the menu with 'View in grid', I'd like to be able to dump that particular element.
3 votes -
Add ablitity to refresh schema for individual table, not the entire connection
Currently I can right-click on connection and pick Refresh to refresh schemas for all tables. I'd like to be able to do the same with individual table as with Azure driver refreshing schemas for all tables takes a very long time.
3 votes -
A tutorial for IL
I have recently started looking at the generated Intermediate Language and it makes a lot of stuff clear on why C#(in my case) behaves the way it does.
It would be nice to have a tutorial about IL and how to interpret it along with some examples explaining the behaviour of certain operations.3 votes -
Option Strict On
Let the change to Option Strict On for scripts that use VB.NET to be more accessible. Instead of going to the preferences menu, an option like the Turn Optimizations ON/OFF would allow fast switch for testing purposes
3 votes -
Customizable hotkeys
Ability to change hotkeys.
3 votes -
Powershell script as output
Add possibilty to generate powershell code as output from linqpad script.
3 votes -
Open New Query Tab When Pressing Middle Mouse Button on the Tabs Bar
Open New Query Tab When Pressing Middle Mouse Button on the Tabs Bar Like Firefox or Chrome.
3 votes
- Don't see your idea?