VS2010免费插件

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

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

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

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.

Quick Open File menu item and shortcut key.

3. progressive-scroll

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

原文地址:https://www.cnblogs.com/kex1n/p/5228058.html