我可以让 Visual Studio 的代码完成窗口更像 Eclipse (Java) 吗?

发布于 2024-10-12 04:14:38 字数 265 浏览 7 评论 0原文

是否可以使 Visual Studio 2010 的代码完成窗口更像 Eclipse (Java) 的代码完成窗口?

特别是,我希望代码完成窗口能够为我提供变量的类型、方法的返回类型和预期参数,而无需将突出显示的内容悬停在该特定变量/方法上。这是 Eclipse 的:

alt text

VS 的代码补全小图标指示某物是否是属性、方法等,很有用,但它们只是还不够。

Is it possible to make Visual Studio 2010's code completion window more like that of Eclipse (Java)?

In particular, I'd love the code completion window to give me a variable's type, and a method's return type and expected parameters, without needing to hover the highlight over that particular variable/method. Here's Eclipse's:

alt text

VS's code completion's little icons that indicate if something is a property, method etc are useful, but they just aren't enough.

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

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

发布评论

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

评论(1

扬花落满肩 2024-10-19 04:14:38

不幸的是,没有内置的方法可以做到这一点。 Visual Studio 仅提供非常有限的与自定义其 Intellisense 显示相关的选项。

您必须求助于第三方解决方案或加载项,或者使用现有选项之一作为指导来编写自己的解决方案。以下是一些可以在网络上找到的内容:

Unfortunately, there's no built-in way to do this. Visual Studio offers only very limited options related to customizing its Intellisense display.

You'll have to turn to third-party solutions or add-ins, or settle down to write your own using one of the existing options as a guide. Here are a few that can be found around the web:

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