此外,当使用 C# 语句模式时,自动完成功能适用于已声明的对象(任何时候输入“.”),并且它还会启动类型声明(即,当使用 new< /code> 关键字),但在启动某些语句(例如启动 while 循环)时,自动完成不会出现。
需要明确的是,我对 LINQPad 自动完成的性能非常满意。记住,当在有疑问,请按Ctrl+空格!
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!
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.
发布评论
评论(3)
我刚刚购买了 LINQPad 中的自动完成功能,到目前为止,它的执行完全符合预期,看起来和感觉非常像 Visual Studio(例如选项卡到自动完成的工作原理完全相同)
应该注意的是,自动完成功能仅适用于C# 模式,因此 VB 和 SQL 模式无法从该功能中受益。
此外,当使用 C# 语句模式时,自动完成功能适用于已声明的对象(任何时候输入“
.
”),并且它还会启动类型声明(即,当使用new< /code> 关键字),但在启动某些语句(例如启动
while
循环)时,自动完成不会出现。需要明确的是,我对 LINQPad 自动完成的性能非常满意。记住,当在有疑问,请按Ctrl+空格!
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 thenew
keyword), but autocompelte does not appear when starting certain statements (e.g. starting awhile
loop.To be clear, I've been very pleased with the performance of LINQPad's autocomplete. Remember, when in doubt, press Ctrl+Space!
刚刚购买了自动完成版本并强烈推荐它...我想回应 Kit 对 .Dump() 方法的评论...一旦您看到它使用了几次,它就会变得非常有用。
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.
我购买它是为了支持作者,而不是因为我需要该功能本身。
I bought it to support the authors, not really because I needed the feature itself.