我可以使Visual Studio的代码完成窗口更像Eclipse(Java)吗? [英] Can I make Visual Studio's code completion window more like Eclipse (Java)?

查看:84
本文介绍了我可以使Visual Studio的代码完成窗口更像Eclipse(Java)吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

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

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

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

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的代码完成的小图标指示是否某物是属性,方法等很有用,但仅仅不够.

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

推荐答案

不幸的是,没有内置的方法可以做到这一点. 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:

  • Visual Studio Intellisense Presenter (looks like it might be very close to what you're looking for)
  • CSharpIntellisensePresenter
  • Visual Assist X (commercial software with 30-day free trial)

这篇关于我可以使Visual Studio的代码完成窗口更像Eclipse(Java)吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆