谁购买了 linqpad 的自动完成功能?

发布于 2024-07-14 00:11:01 字数 1432 浏览 9 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

梦幻的心爱 2024-07-21 00:11:01

我刚刚购买了 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 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!

最终幸福 2024-07-21 00:11:01

刚刚购买了自动完成版本并强烈推荐它...我想回应 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.

日裸衫吸 2024-07-21 00:11:01

我购买它是为了支持作者,而不是因为我需要该功能本身。

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文