1201 results found
-
ICustomTypeDescriptor
Test for implementations of ICustomTypeDescriptor and use that interface to display results if it's implemented
2 votes -
add a data context for reading CSV files
It's a very common problem to have to combine CSV files together. A data context that allowed you to add multiple CSV files and generate a static acessor off column names would be incredible useful
12 votes -
allow multiple data contexts per query
I would like to be able to take data from multiple sources and munge them together, but right now only a single context is allowed. I guess you could do this with mega data context that references other data contexts.
237 votes -
.Dump support for DataSets, DataTables, etc.
Like the title says add .Dump support for DataSets, DataTables, etc. ...all of the DataSet objects.
3 votes -
Copy to CSV or similar
I can effectively do this using export to Excel and then select all / copy. But I do a lot of statistical analysis and need to copy data results to and from other programs. They support importing from the clipboard, but the clipboard text must be comma or tab separated (or even fixed--parsable in a line-per-row fashion--i.e., not markup).
It would also be nice if you could suppress the summary line.
9 votes -
Add an option to set the default behavior for intellisense
i.e. Always Show Full List (or press Ctrl+Space or Ctrl+H). Currently you MUST press those keys to get a full list. It would be nice to have an option to show the full list every time.
6 votes -
Tab Context menu options
Similar to notepad++ add some context menu items for the tabs to include
-> Copy full filepath to clipboard
-> Copy filename to clipboard
-> Copy DirectoryPath to clipboard14 votes -
Provide a way to parametize queries
It would be nice if it was possible to add parameters to a linqpad query so that when you run it you are prompted to supply a parameter value. I realise I can just edit the contents of the file with a new value, but being able to treat a linqpad query as a small program that takes some parameters and then returns results would be useful.
7 votes -
Connection Timeout option
I get timeout error if initialize Linq to Sql Connection at local sql server with many database inside. Please add a timeout option to it.
Thank you very much.
7 votes -
Add new Language Type C# Auto
It might be possible to parse the query contents looking for a Main Block or an ; separator to determine if the query is to be treated as C# Expression, C# Statements or C# Program? If so, this would have the advantage that would can highlight and execute statements that happen to be in a 'C# Program' query (rather than having to copy them to another query window).
6 votes -
Working with large number of tabs open
Bug: Open enough tabs to fill the tab bar, say 15 tabs, take the last one and drag and drop it to move it over, it will jump to the first page worth of tabs (say between 1st and 10th), so you can't move the 14th tab to be the 15th position.
Using the scroll wheel on a mouse could move along the tab bar (as firefox does)
Forward and Backward buttons on the mouse could step between active tabs (as Notepad++ does)
6 votes -
2 votes
-
result clear
Hi;
Can you add a button on the Result section that will allow us to "Clear" the result area?
Thanks!
..Ben5 votes -
Add Bing search
Allow user to specify search provider - Bing.
34 votes -
CSD like in jGrasp
The Control Structure Diagram add visual symbol to code that makes the code much more easier to grasp for beginners. Such an implementation in linqpad would just rock!
3 votes -
Add a Util.ReadPassword method
Util.ReadLine is very handy, but sometimes I use it to enter passwords, and I don't want other people looking at the screen to see my password... A Util.ReadPassword method that hides the input would be nice
4 votes -
CTRL + mouse roll to resize Results pane
CTRL + Roll is great to resize the query window, being able to do the same in the results pane would be really useful also. With slightly complex queries the output in the Results pane 9although nicely formatted in the HTML) can be rather too big to view on a small screen. The option to resize would be a great help.
8 votes -
Include navigation properties as cells in output, allow expansion of them after initial query
Many times after running an expensive query, I realize that there's one more navigation property that I want to see the results of following it. Currently that means rewriting the initial query enough to do so and then re-running the entire query.
The idea is that instead, when an entity/row is written to the output, it includes cells for the navigation properties as well (not just scalar ones) with those cells containing buttons, or links, or whatever such that the user can 'trigger' them while interacting with the results pane.
This would both prevent users from having to re-create and…
4 votes -
Theming
Allow the use of VSSettings to control the syntax highlighting colors.
22 votes -
Define query templates
I'd like to see a feature which allows users to create a 'query template' which can be used as a starting point for any new query .
A query template would have preset properties, references/usings, database connections, code, etc. and users can create as many templates as they like.
This is not much unlike using a saved query, but the difference is that users are not be making changes to the original when they create a new query from a template.
92 votes
- Don't see your idea?