本文介绍了Eclipse在Visual Studio中的Ctrl +单击?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

使用Eclipse Java工作几天后,我完全沉迷于按并点击一个标识符去定义它。从那时起,我一直在寻找一种在Visual Studio中实现这一点的方法。

After working for a few days with Eclipse Java I totally got addicted to pressing and clicking on an identifier to go to its definition. Since then I've been looking for a way to achieve this in Visual Studio as well.

我意识到VS有右键单击,转到定义,也是一样的。我也意识到Visual Assist与 + 类似。然而,这些都不如 +点击完美。

I realize VS has right click, Go to definition, and that does the same. I also realize that Visual Assist does something similar with + . Yet none of these are as perfect as + click.

我实际上尝试过几个小时,试图写一个VS插件来做,但没有得到任何时间框架,我认为这是合理的有没有人知道如何实现这个目标?

I've actually tried my luck for a few hours trying to write a VS plugin to do it but didn't get anywhere in the time frame I thought reasonable for this.

一个现成的插件?某种宏?

Does anyone know how this could be achieved? A ready plugin? A macro of some kind?

推荐答案

如果您使用Visual Studio 2010,可以使用免费的
从微软实现这一点。

If you use Visual Studio 2010, you can use the freeVisual Studio 2010 Productivity Power Tools from Microsoft to achieve this.

这篇关于Eclipse在Visual Studio中的Ctrl +单击?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-23 01:29