1205 results found
-
Avoid DevArt assembly collisions with user query references
Not sure how viable this is, but I spent all day today trying to find the source of an assembly collision that prevented some code compiling in Linqpad, only to find that the stray version originated from Linqpad itself!
If possible, I suggest you avoid injecting Devart.Data / Devart.Data.Oracle assemblies into the query app domain if later versions of those assemblies are already being (directly) referenced by the query. Otherwise you create assembly binding issues for the compiler.
Failing that, Linqpad.config should probably have some binding redirects for DevArt.Data / DevArt.Data.Oracle
(Linqpad 4.55 references DevArt.Data.Oracle 7.9.333.0, my query references assemblies…
1 vote -
Allow remote execution of scripts with lprun
We use lprun with teamcitry to generate various statistics and post them to our wiki every week. However today it is not possible to execute these scripts with lprun, without first manually enter the credentials on the particular machine first.
Lprun should be able to execute remotely, without having to manually configure it on every machine. A really simple way, would be to let users disable encryption of the password. Another possibility, is to let users specify a certificate to use for encryption.
1 vote -
1 vote
-
GridView results should use full width of pane if needed, instead of ellipsissing cell values
Using grid view, the column widths are currently set for the minimum to handle the header text, often visually truncating cell values even if there is unused width available in the grid UI.
If nothing else, divide the available space by the available columns to compute a minimum initial column width. Even better would be if it takes the retrieved values into account and make narrow valued columns narrower.
1 vote -
Allow Results To Be Screen Captured To Image Hosting Service
Ability 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 -
Allow user names for results grids
Simpley 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 -
Export to Visual Studio 2015 Snippet
Allow for LINQPad Query to be exported as a Visual Studio 2015 XML Snippet file.
1 vote -
Paste as comment
Paste 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 -
have an option to display EntitySet counts
Display 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 -
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 -
Compile only command in menu
It would be nice that there will be menu command (for example F6 would be shortcut) for compile only (compile query without run).
1 vote -
Enable LinqPad to parse '\a' escape code to trigger Bell
I use the bell character for debugging as an audio watch signal (set some logical condition that returns the bell when true or place a bell character in a subroutine to see if it runs). Please add the 0x0007 code to the escape codes LinqPad recognizes.
This code is silent in LinqPad but rings the bell in VS:
Console.WriteLine("\a");1 vote -
allow executing only the line the cursor is on with F8
I find this feature very convenient in Powershell. it would just mean not having to select the line before executing it.
1 vote -
BUG
can't cannect with many db in the single instance.
timeout error when populating on the tree list
it's a good idea select the db first to begin to work.
so the tree list will populated only with the selected db1 vote -
Create a serach index for linqpad queries
I create lots of Linqpad queries. Many times I have a question in my mind while coding. To answer I try something out in LINQPad and save my query somewhere in my directory tree.
Some months later I have the same (or a similar) question but can't find my query because there are lots of them.
I suggest you add a search index. It would make it easier to find old queries just from parts of the filename or query contents.1 vote -
Make code snippets consistent with Visual Studio
Make code snippets consistent with Visual Studio
For example C# 'prop' snippet
Visual Studio:
public int MyProperty { get; set; }
LINQPad:
public object Foo { get; set; }
int or object is discussable but MyProperty is so much more recognizable than Foo.
For consistency just stick with Visual Studio definitions (which means int here).Using different content for the snippets is confusing when accustomed to Visual Studio.
1 vote -
api
Quickly Generate "API" for each tab so that you can execute other tabs easily.
Treat each tab as it's own exportable API/Library that can be executed by other tabs.
1 vote -
- Allow custom wrapper for the program mode, including custom assembly references.
This should be a preset thing. This would enable LinqPad to be used as a scripting editor as well.
1 vote -
Allow the running of custom tools, i.e. custom compilers (in addition to the one you already use)
This will allow for verification or manipulation of script code.
1 vote -
Add refresh snippets command
add a command to refresh snippets to save having to close and reopen LINQPad when editing snippets.
1 vote
- Don't see your idea?