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

1198 results found

  1. Integrated GUI builder

    If we had a GUI designer for win-forms (or similar) then small applications could be built. Things like combo-boxes, buttons, and standard controls with event handlers would be great.

    1 vote
    0 comments  ·  Admin →
    How important is this to you?
  2. Add to the File Save As menu with an option to save a query as a '.cs. file with the Main() and using statements automatically inserted. This could otherwise be implemented as some king of Export functionality.

    1 vote
    0 comments  ·  Admin →
    How important is this to you?
  3. It would help tremendously for the visual presentation of numbers, if numbers had their decimal place in the same visual column.

    eg: PadRight with zeroes until all numbers have the same number of decimals

    i know that such procedure is kind of tricky to do, because you need to look at all numbers in a grid before showing it.

    but i think the performance-hit is worth the extra render calculation.

    1 vote
    0 comments  ·  Admin →
    How important is this to you?
  4. Util.Run with dbcontext as parameter to run scripts against different context

    1 vote
    0 comments  ·  Admin →
    How important is this to you?
  5. 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?
  6. 1 vote
    0 comments  ·  Admin →
    How important is this to you?
  7. 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?
  8. 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?
  9. 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?
  10. 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?
  11. 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?
  12. Hi,
    In order to paste results in Gmail:
    Or 1. Export to excel and attach.
    Or 2. Export to Word, copy (as RTF), then paste in Gmail.

    Sometimes I just want to paste some small results to Gmail. It would be awesome if you let to copy the result in RTF (even by loosing some of the formatting).

    Thanks!

    1 vote
    1 comment  ·  Admin →
    How important is this to you?
  13. If you could (for example) use Util.CurrentQuery.SaveVariable('currentCustomerId', 10) to save a background-variable, so that I can use Util.CurrentQuery.LoadVariable<int>('currentCustomerId') in my query to continue where I left off.

    Right now I have solved this by making my own functions in "My Extensions" to handle this.

    1 vote
    0 comments  ·  Admin →
    How important is this to you?
  14. Right now im writing a series of Linq2SQL / Entity statements.

    When pressing F5 the total amount of executiontime is shown in the statusbar...

    What would be cool, would be to extend the result browser to display execution statistics

    eg: every grid could have a row underneath that tells the following:
    Started 700 msec - Ended 1000 msec - Execution time: 300 msec

    this would be very usefull when optimizing queries

    1 vote
    0 comments  ·  Admin →
    How important is this to you?
  15. It would be good if we could enter intermediate language and execute it.

    1 vote
    0 comments  ·  Admin →
    How important is this to you?
  16. 1 vote
    0 comments  ·  Admin →
    How important is this to you?
  17. at least don't hide it just because the visible lines (of a larger script) don't need horizontal scrolling. Because dynamically hiding/showing it adjusts the vertical height of the vertical scrollbar which in turn makes tracking the scrollbar thumb using the mouse I-M-P-O-S-S-I-B-L-E !!!

    1 vote
    0 comments  ·  Admin →
    How important is this to you?
  18. It would be easier to have a Schemaexplorer rather than going to the treeview and look for the desired table

    1 vote
    0 comments  ·  Admin →
    How important is this to you?
  19. For example, if a date field in a database is nullable, switching to SQL mode shows the column as "NEXTDUE (DATE NULL)" and viewing in C# mode shows it as "NEXTDUE DateTime". When accessing this property in the code editor window, intellisense shows it as "DateTime?" so it would be great to reflect this in the connection browser as "NEXT_DUE DateTime?"

    1 vote
    0 comments  ·  Admin →
    How important is this to you?
  20. In the treeview at the left i want to do a simple Take(100) when clicking the table or when enter is pressed. Maybe also when new table is selected. Makes it possible to get a quick overview of the tables content without the need to right click and select Take(100)

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