你推荐Visual Studio 2010的哪些扩展? (请说明它是否免费,以及它的用途/功能)


当前回答

AtomineerUtils Pro(不是免费的,9.99美元),在我看来,比幽灵医生更好。但是,就像《Ghost Doc》或任何自动文档生成器一样,所生成的文档也需要经过编辑才能具有实际价值。

其他回答

摘自我的博客(全部免费):

Word Wrap with Auto-Indent Indentation Matcher Extension Structure Adornment This also installs the following extensions: BlockTagger BlockTaggerImpl SettingsStore SettingsStoreImpl Source Outliner Triple Click ItalicComments Go To Definition Spell Checker Remove and Sort Using Format Document Open Folder in Windows Explorer Find Results Highlighter Regular Expressions Margin VSCommands HelpViewerKeywordIndex StyleCop Visual Studio Color Theme Editor PowerCommands for Visual Studio 2010 Extension Analyzer CodeCompare Team Founder Server Power Tools VS10x Selection Popup Color Picker Completion Numbered Bookmarks

RockScroll(免费)-双击一个单词/符号,高亮显示该单词/符号的所有出现。还将滚动条替换为代码预览,并突出显示编辑点和“所有发生”行。

使用示例:想要查看变量是否在当前源文件中的其他地方使用?双击变量,查看滚动条中的任何红色高亮。

PowerCommands(自由)

那么HelpViewerKeywordIndex呢?帮助(一点)解决了我认为2010年最大的缺陷——新的帮助查看器。

CppLister是面向c++开发人员的免费工具。它只是从智能感知数据库中收集当前打开文件的信息,并显示各种信息,方便导航。