用惯了VC助手后,突然用裸的VS真不习惯。。。

1. 在Visual Studio 2010中,我们可以通过在任何代码文件中使用快捷键“Ctrl + ,”(Ctrl键加上逗号键)调出“Quick Search”窗口。

我们可以在搜索框中输入任意的字符作为搜索条件,Visual Studio就会替我们在项目中搜索相关联的符号,类型,成员名称等等,同时将搜索结果动态地显示在窗口下方的搜索结果列表中。我们可以不断地更换搜索条件,直到找到我们想要的结果为止。

VS2010免费插件

 

 

2. Quick Open File for Visual Studio 2010

https://visualstudiogallery.msdn.microsoft.com/3eb2f230-2728-4d5f-b448-4c0b64154da7

shortcut key sequence: Ctrl+K, Ctrl+O. You can change the shortcut key preference any time via Tools > Customize... > Keyboard... The command's name is Edit.QuickOpenFile.

 

VS2010免费插件

 

3. progressive-scroll

https://code.google.com/archive/p/progressive-scroll/

 

相关文章:

  • 2021-11-29
  • 2021-12-25
  • 2021-06-24
  • 2021-06-04
  • 2022-12-23
  • 2021-04-18
猜你喜欢
  • 2021-11-16
  • 2021-07-18
  • 2022-12-23
  • 2021-11-10
  • 2021-09-10
  • 2022-12-23
  • 2021-11-29
相关资源
相似解决方案