Skip to content

LINQPad Feature Suggestions

More than 100 LINQPad features are a direct result of customer feedback! This is the official forum for posting and voting on ideas – we want to hear from you!

LINQPad Feature Suggestions

Categories

1200 results found

  1. Hi;

    Can you add a button on the Result section that will allow us to "Clear" the result area?

    Thanks!
    ..Ben

    5 votes
    How important is this to you?
  2. The namespace import smart tag works great, but if you are accessing an extension method that it won't offer any suggestions.

    1 vote
    0 comments  ·  Admin →
    How important is this to you?
  3. 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-7aee15b19a78

    It 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
    0 comments  ·  Admin →
    How important is this to you?
  4. when creating context have a flag which allows us to specify entity name should include table schema

    eg

    dbo.Customer --> Table
    Purchase.Order --> PurchaseOrder
    Purchase.OrderDetails --> PurchaseOrderDetail

    8 votes
    How important is this to you?
  5. 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
    How important is this to you?
  6. Sometimes a table might have a couple columns at most that are for viewing, the others are foreign keys. It would be nice to hide those if I don't use the hyperlinks.

    1 vote
    0 comments  ·  Admin →
    How important is this to you?
  7. Create a .Net component version of this program. To use with asp.net and winform apps.

    3 votes
    0 comments  ·  Admin →
    How important is this to you?
  8. The LINQPad Activations webpage[0] should display the `Date Activated' in the clients' locale.

    [0] https://www.linqpad.net/licensing/ListActivations.aspx

    1 vote
    0 comments  ·  Admin →
    How important is this to you?
  9. Having just started a new job, I'm working with entirely new tables. It would be really great if LINQPad would let you sort the columns in the display. It would make finding a column so much easier.

    7 votes
    How important is this to you?
  10. Short version:
    I would like to have an option in LInqpad that would stop it from displaying a SecureString as plaintext in the results pane so that my ActiveDirectory password is not revealed when I .Dump() an object that contains an ICredentials member.

    Longer description
    So, Linqpad has become my favorite c# test/scripting/training workbench. I often use it to explore new API's

    I noticed something today was kind of a bummer -- I was working with a co-worker on the TFS API. I .Dump()'d a TFS object that contained credentials, and there was my AD password in the results grid,…

    2 votes
    How important is this to you?
  11. Would be nice to be able to organize my connections into folders like "Dev", "Test", "Prod", or by focus, like "Reporting", "Web", "Internal", etc.

    291 votes
    How important is this to you?
  12. I just found "export to CSV", but it was not very intuitive having to switch to grid view, when in big letters there is a Export button right next to the results. The inverse is also true, in grid view there is access to CSV, but not Ecel, Word, Html.

    Could you please add the shorcuts ?

    18 votes
    How important is this to you?
  13. 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
    1 comment  ·  Admin →
    How important is this to you?
    1. 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.

    2. Using the scroll wheel on a mouse could move along the tab bar (as firefox does)

    3. Forward and Backward buttons on the mouse could step between active tabs (as Notepad++ does)

    6 votes
    1 comment  ·  Admin →
    How important is this to you?
  14. Provide horizontal scrolling without having to go to the horizontal scrollbar, say with SHIFT + Scroll. I dont know where i saw it, but i think it would be useful as some entities have many properties and we need to scroll right

    1 vote
    0 comments  ·  Admin →
    How important is this to you?
  15. Most of editor could use a search and replace feature to speed up editing.

    1 vote
    0 comments  ·  Admin →
    How important is this to you?
  16. When including additional databases from (linked) servers, the INFORMATION_SCHEMA views from the linked database should be included.
    We can then use LINQPad to compare schemas between databases.

    4 votes
    How important is this to you?
  17. Add support to Column Mode ("Shift + Alt" in Visual Studio) and show the Ln, Cols and Ch information in status bar like in Visual Studio.

    When I need do a substring in a line of text, I need use other editors (like Notepad++ or even Visual Studio himself) to know which position of chars.

    4 votes
    1 comment  ·  Admin →
    How important is this to you?
  18. 1 vote
    0 comments  ·  Admin →
    How important is this to you?
  19. Some types in .NET doesn't popup in the Intellisense menu..

    also, these types should be highlighted with colours, just like in Visual Studio ...

    pleeeeease :D

    1 vote
    0 comments  ·  Admin →
    How important is this to you?
  • Don't see your idea?