0

Are there any tools that augment/replace intellisense with a search of for expressions that will result in a given type?

I'm thinking of the case where I need to get some particular object and I known the type and will recognize the name but don't know what sequence of objects to jump thought to get to it. Such a tool would do a breadth first search of all options and list anything that has the correct type.

4

1 回答 1

0

这是一个老问题,我知道,但如果你什么都没找到,我会试一试。Intellisense 具有 Resolve 选项(至少从 Visual Studio 2005 开始),您可以使用该选项直接键入特定对象,然后右键单击您可以选择 Resolve,这会将所需的库添加到类顶部的列表中。

同样,ReSharper可能会为您提供一些更有趣的东西。

于 2010-10-31T03:44:30.887 回答