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


当前回答

TFS 2010工作项可视化工具(免费)

其他回答

鼠标缩放(免费)

缩放鼠标光标,而不是缩放可见文档的顶部。 无论当前设置什么缩放级别,始终滚动25%。

Ctrl +鼠标滚轮->放大/缩小鼠标光标。 Ctrl + Shift +鼠标滚轮->一直放大/缩小(在100%时暂停)。 Ctrl +鼠标中键点击->缩放到100%。

Visual Studio Gallery Home http://visualstudiogallery.msdn.microsoft.com/en-us/6de43ab2-e65c-40b3-9986-b0351c28ce53

DevExpress codeush Xpress(免费)

快速打开文件的Visual Studio 2010 -免费。模拟Eclipse用户所熟知的Open Resource特性。这个插件为Visual Studio打开任何解决方案文件提供了同样快速的方法。

VS10x编辑器视图增强器-免费beta版。类型和成员定义强调,块结束细节,可点击的热点(c#和VB文档)

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

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

清洁项目-清洁Visual Studio解决方案

How many times have you wanted to send a project to a friend or upload it to a web site like MSDN Code Gallery only to find that your zip file has lots of stuff that you don't need to send in it making the file larger than it needs to be. bin folder obj folder TestResults folder Resharper folders And then if you forget about removing Source Control bindings whoever gets your project will be prompted about that. As someone who does this process a great deal I decided to share with you my code for cleaning a project.