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

1194 results found

  1. something along the lines of either:
    A) a plugin to visual studio (toolbar button) that I can click "open in Linqpad" that will launch linqpad with a reference to the assembly of the current project, plus a dialog that pops up, where I can select any of the other projects in the solution to also reference, this will automatically bring in the namespaces as well.

    7 votes
    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 →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. 7 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. since LINQPad 4 is a .NET 4 version,
    imho,
    I'd like to name it LINQPad4.exe
    BUT it refuses to run.

    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 →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. Can be important to see the generated calls of Std Query Operators when designing new LINQ providers. Request clicking the lambda button next to "Results" to show this, as in
    from x in new int[] {1,2,3}
    select x * x

    new int[] {1,2,3}.Select(x=>x*x)

    This gets real important with the various SelectMany overloads, as in

    for a in new int[] {2,3}
    for b in new int[] {7, 11}
    select new int[] {a, b}

    does this gen code for

    IEn<B> SelectMany<A,B>(this IEn<A> as, Func<A, IEn<B>> f)

    or for

    IEn<B> SelectMany<A,B>(this IEn<A> as, Func<A, IEn<A>> f, Func<A, A, B>> g)

    ? Would love…

    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 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. In some Windows network environments local profiles sizes are sometimes restricted by group policies, meaning samples can't be download to the default Application Data folders. My Queries has a Set Folder... option. This would be useful for the Samples tab too.

    6 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. add ability to connect via oledb

    7 votes
    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 →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. Even on my dual quad core box with 4GB RAM, LinqPad can take a long time to open. The UI is often unresponsive when switching to the application or compiling/running a query.

    I'd like to see some investment in improving the performance of the application and giving it a more lightweight feel.

    6 votes
    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 →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. LINQPad currently defaults to C# Expression. I would prefer VB Expression. If you default to last language everyones happy.

    4 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. like CsharpRepl in mono

    7 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. A driver or mode that executes a program but does not execute any LINQ to SQL changes but instead captures these in a new SQL script you can save.

    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 →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. create support for mongodb so i can see the database in the tree format on the left pane

    20 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. The enhanced search for assembly references is perfect. It would be great if VS2010/F# adopted it like you built it.

    It would be great to have an auto update on reference version that are no longer found. I frequently update the Rx.NET references and it's pain to update every single .linq files.

    4 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. Allow users to submit scripts to a LINQPad online script repository and have ratings and view counts to sort by.

    Turn on "ambient intellisense" (ambient autocomplete) for extension methods not downloaded but provided on the Web. (Build and maintain index on client). And a magic key combo to automatically download that extension and any dependencies it has on other ambient code. Show reviews, ratings and view count in client.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. Don't block the UI thread when doing some expensive work. I'm using LINQPad at work and at home (ironically I paid for my home license but am using the unregistered version one at work) and at work I connect to large databases with thousands of tables and LINQPad takes a long time to "deal" with scripts connecting to these kinds of databases but it would help with a progress bar or at least some notion of "I'm busy" rather than the ghost whitening of the UI.

    Otherwise thanks for a superb product. :-)

    2 votes
    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 →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. implementing auto-conversion from c# to VB when switching the input-code-type would be the tip of the iceberg for this great thought through linkpad-tool - but probably also really challenging for master Joe
    But also without that - Thanks for that really cool working- and education-tool
    regards from germany

    12 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. It would be great if the Ctrl+E SSMS shortcut would be enabled as an alternative to F5. It's easier to reach and makes sense (E for Execute).

    0 votes
    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 →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. Sometimes it's very time-consuming for LINQPad to automatically repopulate the schema/datacontext with each run of a query. It would be great if there were a manual refresh mode, with the option to manually refresh the schema. (I'd even be able to live without the ability to trigger a refresh in a Query window, as the workaround presumably would be to save and reload the query, or to clone it.)

    Great product. I purchased autocomplete I love this thing so much, but I'd love it more with this feature.

    Thanks!

    4 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. i like this tool,if have this feature i think it will better:
    add a expand/collapse button with west panel,can drag to east panel,and west panel's north panel(connection to sql) with south panel all in one tabpanel
    Like the VS 's winodw toolkit!
    --i am a chinese,in china no way to buy this book,how can i buy the book 4.0,thankyou
    --sorry ,my English very poor

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. Pretty simple - lets me keep my hands closer to the money spot on the keyboard. I find F5 to be disrupting to my keyboard position.

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. I use LINQPad as a replacement for SMSS and would LOVE the Autocomplete to work for SQL (e.g. type "SELECT Orders." and upon typing the "." character all of the fields of Orders should up in intellisense).

    1,272 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  • Don't see your idea?