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

303 results found

  1. .. while writing this explanation I noticed that my Async void Main() had an incorrect return type.

    After changing it to Task, everything works as expected.

    Could you please report it as an error when or warning (green squigly) when writing "async void Main" and suggest "async Task Main" instead ?

    When doing the void' version, Linqpad executes and never waits - so the program completes, but run in the background...

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
  2. 1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
  3. Great product, just found a small bug. The Chart Dump is incorrectly being applied to everything dumped after it in this case.

    void Main()
    {
        var a = new[] { 1, 2, 3 }
        .Dump() // adding THIS dumb caused the bug.  remove this and the errorous grouping goes away.
        ; 
    
        a.Chart().Dump("This desc should only be chart");
    
        a.Dump("this is nested...");
        a.Dump("this too.");
    }
    
    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
  4. Spelling underlines interfere with pattern editing/selections and constitute visual clutter. Patterns and, possibly, input texts are seldom valid to a spellchecker. Moreover, if you try to open the settings from the spelling right-click menu, the page is invalid.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
  5. Under Preferences -> Advanced -> "Don't show Undo availibility message when restoring queries", the word "availibility" is spelled incorrectly. It should be "availability".

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
  6. I was benchmarking some code which happened to throw an exception and noticed that the exception stack trace has been formatted to replace the line number with a clickable link that goes to that line in my query.

    E.g.

    ![](https://us.v-cdn.net/5019392/uploads/editor/oe/99r1kswzag49.png "")

    That's a pretty handy feature and I was wondering if the same thing could be done with the unhandled exception message handler?

    The FormatException code in BenchmarkDotNet.linq only works for lines in the current query (which would probably cover the vast majority of cases), but doesn't work with #loaded scripts, but the stack trace in the debugger can…

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
  7. when printing to the output shell / console the font is not mono spaced, please change with a mono spaced or offer to select a font

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
  8. First and foremost, we are very happy with the software you provide. We use it in several of our projects (e.g., https://gegenfeld.com/tools as well as https://jntzn.com and https://jntzn.de/). However, we would like to suggest a Claude AI implementation as an alternative to ChatGPT/OpenAI, if that's possible. Keep up the good work!

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
  9. I believe disabling windows 11 SAC Smart App Control, should be mentioned in the Antivirus Performance Test as it has severe impact on performance even when utilizing DEV drive. Turning it off made the test go from ~ 400 ms to < 1 ms on my laptop

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
  10. The search and replace modal is currently of a fixed width. It would be helpful for longer search queries to be able to resize it.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
  11. Until LinqPad 7, the database connection chooser in the Editor window top-bar used to expand to the full length of the window. But since v8, it has a fixed height (looks like 320px or so). The scrolling experience of the dropdown is very poor which makes scrolling n choosing a row entry that much frustrating. Would be great if the old behavior is put back, i.e. full-height. If that cannot be done, please improve the scrolling experience.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)

    This has been fixed in 9.3.19 as follows:

    (1) The combo dropdown is now much taller

    (2) Hovering over the last item should no longer result in scrolling

    (3) It now responds better to the scrollwheel

    (4) If now responds to native trackpad scrolling gestures

    Also note that in most cases there are easier ways to select a connection (such as dragging the connection from the TreeView to the editor, or right-clicking the connection and choosing "Use in current script").

  12. I used these settings from LINQPad 8 and earlier:

    Preferences > Advanced > Code Formatting

    I set most of them to false to have a C# formatting style more like other languages.

    Can we get this back in Linqpad 9?

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
  13. Add native rich Markdown rendering support to the LINQPad .Dump() method, which can parse Markdown-formatted text and render it with beautiful, styled display effects (similar to rendered HTML/rich text), instead of displaying raw plain-text Markdown syntax.

    In 2026, AI chatbots (ChatGPT, Claude, Gemini, Copilot, Kimi etc.) are now the primary companion tool for .NET developers using LINQPad. A near-universal standard is that all AI responses are returned in Markdown format.
    When we got these AI-generated Markdown responses (code blocks, formatted explanations, lists, bold/italic text, headings, links) from LINQPad we want to use the .Dump() method to display them — LINQPad…

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
  14. 1:1 relationships would be better represented with entity references on each side - rather than a EntitySet<> on one side.

    0 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  0 comments  ·  Admin →
  15. Typing "new" in a comment causes the intellisense to popup.

    0 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  0 comments  ·  Admin →
  16. If you change the default query type to C# Program or C# Statements and then create the query by right clicking on a table then result doesn't add the necessary ";" to the generated query.

    0 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  0 comments  ·  Admin →
  17. Often times I use LINQPad to throw together some sample code to post on Stack Overflow. While the veterans will clearly recognize code that uses the Dump() extension method as LINQPad code, beginners are puzzled. So I change it all to Console.WriteLine before posting. It would be nice if I could start with Console.WriteLine and have that behave the way Dump() would.

    0 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  2 comments  ·  Admin →
  18. 0 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  1 comment  ·  Admin →
  19. As it is with SSMS, I'd like the option to return ALL the results of a query. For example, I'm currently trying to execute a query that should return over 46k rows and I'm only seeing 10k because of the limit imposed by LINQPad.

    0 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
  20. If I have a long-running query in one tab and switch to a different tab to do other work, I would like the non-active tab to visually show that it's still busy somehow. This way I can tell when it finishes and switch back to check the results.

    The workaround is to open a new instance of LINQPad, but sometimes I have 2 or 3 long-running queries and would rather just stick with tabs if I could get them to communicate their 'still running' status even when inactive. :)

    0 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  0 comments  ·  Admin →
  • Don't see your idea?