答案 0 :(得分:1)
Visual Studio 2010现在可以在没有插件的情况下执行此操作。
采取以下摘录:
class Program {
static void Main( string[] args ) {
}
static void ReallyCoolFunction() { };
static void SuperCoolFunction() { };
}
如果我在主体内键入Cool
,则两个函数都会显示在intellisense列表中。
答案 1 :(得分:1)
VS2010不是已经这样做了吗?我的副本似乎。
如果没有,那么The Productivity Power tools可能就是我的版本。如果没有,那么无论如何它仍然是一个快乐的好插件。