Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Who has bought the autocompletion for linqpad? [closed]

Tags:

Who has bought the autcompletion feature for Linqpad ? I know it's only $ 19 but I'd like to hear from you if it's worth it... Does it have any bugs? Does it really help in speeding up your linq queries development? Is there any limitations or any particular thing you might have found frustating?

Any thoughts are appreciated ....

like image 313
Andre Gallo Avatar asked Feb 11 '09 04:02

Andre Gallo


People also ask

What is LINQPad Premium?

Purchase Premium Features. Purchase an activation code and unlock a wealth of extra features, including autocompletion, code snippets, cross-database querying, NuGet integration, direct editing of SQL data, and a fully integrated debugger! No further downloads are required. Be up and running in less than a minute.

Is LINQPad FREE?

LINQPad standard edition is free to download and use.

How to activate LINQPad?

Is there any way to activate LINQPad via the command-line? If you are using the LINQPad installer (LINQPadxSetup.exe), you can activate LINQPad as part of installation by calling LINQPadxSetup with the /activate= switch or the /activateall= switch.


3 Answers

I just purchased the autocomplete feature in LINQPad, and so far, it has performed exactly as expected, looks and feels very much like Visual Studio (e.g. tab to autocomplete works exactly the same)

It should be noted that the autocomplete only works for use in C# modes, so VB and SQL modes don't benefit from the feature.

Additionally, when using the C# Statements mode, the autocomplete works for objects already declared (any time "." is entered) and it also kicks in for type declarations (i.e. when using the new keyword), but autocompelte does not appear when starting certain statements (e.g. starting a while loop.

To be clear, I've been very pleased with the performance of LINQPad's autocomplete. Remember, when in doubt, press Ctrl+Space!

like image 52
Kit Roed Avatar answered Oct 07 '22 09:10

Kit Roed


Just bought the autocomplete version and highly recommend it...I'd like to echo Kit's remark re the .Dump() method....once you see it used a few times, it becomes very useful.

like image 31
w4ik Avatar answered Oct 07 '22 11:10

w4ik


I bought it to support the authors, not really because I needed the feature itself.

like image 26
Guillaume Massé Avatar answered Oct 07 '22 10:10

Guillaume Massé