我可以让 Visual Studio 的代码完成窗口更像 Eclipse (Java) 吗?
是否可以使 Visual Studio 2010 的代码完成窗口更像 Eclipse (Java) 的代码完成窗口?
特别是,我希望代码完成窗口能够为我提供变量的类型、方法的返回类型和预期参数,而无需将突出显示的内容悬停在该特定变量/方法上。这是 Eclipse 的:
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:
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不幸的是,没有内置的方法可以做到这一点。 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: