1202 results found
-
Specify executable option to open exporting spreadsheet file in another program
Features 'Open in Excel', 'Open selected cells in excel', 'Export to Excel', 'Export to Excel Without Formatting' are awesome, however found that it would be really great to have ability use another spreadsheets processor for exported files opening.
Would like to ask add additional field into Preferences/Advanced/Output section(for example 'Path to spreadsheet executable') that would be used for mentioned before features and filled during installation by installed excel executable path3 votes -
Create a setting for the specific version of FSharp tools and libraries to use for each Query
I have been trying to use FSLab (F# data science tools) in the latest version of LinqPad. It seems that LP is using a very old version of FSharp.Core.dll (v4.3.0.0). The assemblies in the latest version of FSLab look to have been built again F# 4.0, with FSharp.Core.dll version 4.3.1.0. This creates all sorts of version issues because LP seems to be explicitly loading 4.3.0.0; specifically miss method exceptions. It would be great if you could add a setting to specify the version of the F# tools and libraries to use. It would make LP a much more useful tool…
1 vote -
6 votes
-
Have last line query text scroll to top of Window
Just as I can continue to scroll down in VS, the last line of code will continue moving up to towards the top of the editor window. It would be nice if LINQPad could produce a similar effect. I usually am looking at my code in the middle of my computer screen in VS. The only annoyance I've seen so far with LINQPad is getting to the bottom of a long query and having to write code near the bottom of my viewing area.
2 votes -
add grouping to result view
It would be great to be able to group results into a tree view by dragging columns to a grouping pane (just like in Qutlook).
For investigating data grouping is one of the most powerful tools.
So if you have a result with columns col1, col2, col3 you would drag e.g. col1 to the grouping pane and then see a list of distinct values of col1. Each value is a tree node. Once you expand the tree node you will see the result items belong to that value of col1. Certainly nested grouping (col1+col2) should be supported as well :-)…6 votes -
89 votes
-
Issue: Linqpad Dynamics CRM driver - Login page doesn't show United Kingdom in list of regions
United Kingdomw (crm11.dynamics.com) doesn't appear as a country in the list of regions in the Office 365 Login page. Hence not able to connect to Dynamics 365 trial version
1 vote -
Save the position of the LINQPad Results window
First of all. Thanks for this great tool. It made (at least in my opinion) a much better devloper out of me regarding how to write/test & improve linq-queries. Now, this is a suggestion I have:
As I am always using the results-window outside of the main-window (on my second screen), it would be really nice and helpful if LINQPad would store exactly this setting.
Then, when starting LINQPad, it should move the position of the window to the same position as it was left when closing LINQPad the last time.1 vote -
Keep past results available across multiple queries, like TOAD and TOAD for SQL Server
Keep past results available across multiple queries, like TOAD and TOAD for SQL Server. It makes comparing results easy, and is very useful when debugging a query.
Allowing for a user-set 1-99 (default to 5 or 10) results tabs to be visible would be wonderful. I sometimes use TOAD just to get the result history, and then translate the SQL to Linq, and test the results in LinqPad.
This is my #1 desire for LinqPad, and should be easy to implement.
1 vote -
Split multiple output panels
Now, we can dump GUI controls, XMLs, and other custom outputs, as a new output (tabbed) panel.
However, LINQPad can show just only one panel currently. I think it's inconvenient.
If there are support to split tabs vertically or horizontally, it should be very useful when using multiple visualizations or interacting with custom GUIs.14 votes -
Allow selection on save prompt dialog when closing LINQPad
When closing LINQPad with unsaved changes in open queries a dialog is displayed asking "Save changes to the following queries?".
There may be several queries open that the user does wish to save along with one or more they do not wish to save. Currently one must cancel the dialog, then close each unwanted query and dismiss its prompt to save, before requesting to close once again and confirming that you wish to save the listed queries.
It would be more convenient if the list on the prompt dialog was selectable, either as a checked list or a multi-select list,…
1 vote -
Add autorefresh and ...
- Move the LINQPad specific XML configuration in the *.linq (and add *.cs too, if not possible already) files inside comment, so the same source is usable e.g. in VS.
- ...and permit using such *.cs (or other X# language) files just like *.linq files.
- Refresh changed file automagically (if not changed in LINQPad, or verify if file already changed in LINQPad)
This would allow quite fluent cross-usage of code between various development tools and LINQPad. And shoud not be very hard to implement?
1 vote -
Versioning Support
Provide a way to version script files either internally or via a version control system such as git or tfs.
51 votes -
Run Linqpad script on Azure
Would be cool to write a linpad script and then have a menu option to publish as Azure WebJob, preferably with a scheduling mechanism.
7 votes -
Export to CSV very slow
Suggest looking at performance of export to CSV. For a large table (millions of rows) quite a long wait before file prompt and no progress indicator
3 votes -
Allow the selection of a database table to be used as drop down in which the selected variable is used as a test variable in your code.
- Select DB Tables to use as drop down lists.
- Assign a variable for the selected value or index of a table.
- Use the variable in your code.
3 votes -
This schema is not supported
If a Schema Metadata contais properties with a unsupported characfters like "third-nationality" , then linqpad is unable to continue and display the error "The schema is not supported" . It should be nice to bypass these fields and continue. Notice that the schema , a Successfactors was correct until , they added 3 proeperties. I admit that it s on SAP side to update the schema , but I dont think they will do it .
Rachid K.2 votes -
Add a way of extending the autogenerated DataContext with partial classes
See this: http://stackoverflow.com/questions/24905706/how-to-extend-datamodel-in-linqpad-using-partial-classes
In a project I'm working on now, I've added a custom ToString() to a datatype in the datacontext, by using a partial class. The class I'm extending has a lot of foreign keys, including a one-to-many relationship. My custom ToString() fetches all the related objects and creates a single, userfriendly string for display, all on one line. If I could use LINQPad to inspect that table, it would make life so much easier. I mean, if I could add .Select(o => o.ToString()) to my queries, and have it use my own custom ToString.
But the specifics of…
12 votes -
Special insert datetime.now
Just as I use alt + g daily to insert a Guid, I miss a shortcut to make a datetime.now when inserting data.
6 votes -
1 vote
- Don't see your idea?