你推荐Visual Studio 2010的哪些扩展? (请说明它是否免费,以及它的用途/功能)
当前回答
鼠标缩放(免费)
缩放鼠标光标,而不是缩放可见文档的顶部。 无论当前设置什么缩放级别,始终滚动25%。
Ctrl +鼠标滚轮->放大/缩小鼠标光标。 Ctrl + Shift +鼠标滚轮->一直放大/缩小(在100%时暂停)。 Ctrl +鼠标中键点击->缩放到100%。
Visual Studio Gallery Home http://visualstudiogallery.msdn.microsoft.com/en-us/6de43ab2-e65c-40b3-9986-b0351c28ce53
其他回答
那么HelpViewerKeywordIndex呢?帮助(一点)解决了我认为2010年最大的缺陷——新的帮助查看器。
TFS 2010的搜索工作项(免费)
VisualHG是Mercurial的一个源代码控制插件,它从vs驱动TortoiseHG。我是Mercurial和DVCS的忠实粉丝。VisualHG做了很好的n积分。Git的粉丝们——我不是在要求一场火力战。Hg只是我的品牌。
鼠标缩放(免费)
缩放鼠标光标,而不是缩放可见文档的顶部。 无论当前设置什么缩放级别,始终滚动25%。
Ctrl +鼠标滚轮->放大/缩小鼠标光标。 Ctrl + Shift +鼠标滚轮->一直放大/缩小(在100%时暂停)。 Ctrl +鼠标中键点击->缩放到100%。
Visual Studio Gallery Home http://visualstudiogallery.msdn.microsoft.com/en-us/6de43ab2-e65c-40b3-9986-b0351c28ce53
免费的:
VsCommandBudy - Extend VS with external commands where really need them (Free) PowerCommands - useful extensions for the Visual Studio 2010 adding additional functionality to various areas of the IDE. DevExpress CodeRush Xpress - Coding assistance, Intellisense navigation,etc. AnkhSVN - Subversion Support for Visual Studio. Ghost Doc - Simplify your XML Comments. Visual Studio Color Theme Editor - make your VS2010 look pretty with themes. VsVim - VIM emulation layer for Visual Studio. DPack - FREE collection of Microsoft Visual Studio tools. VSFileNav - fast searcher with wildcards + camel case searches. Sonic file finder - fast and convenient search. AllMargins tangible T4 Editor plus modeling tools for VS2010 adds IntelliSense and Syntax Coloring to T4 Text Templates Word Wrap with Auto-Indent Indentation Matcher Extension Structure Adornment BlockTagger BlockTaggerImpl SettingsStore SettingsStoreImpl Source Outliner - not available on this link. Triple Click - Makes triple click select an entire line. ItalicComments Go To Definition - Make ctrl+click perform a "Go To Definition" on the identifier under the cursor Spell Checker - not available on this link. Remove and Sort Using - Adds a context menu entry to Solution Explorer that sorts and removes using statements on every file in the solution, project, or on the individual file. Format Document - Adds a context menu entry to Solution Explorer and the code window that executes the Edit-Advance-Format Document command on every file in the solution, project, or current code window. Open Folder in Windows Explorer - Extends the Open Folder in Windows Explorer context menu option to the code editor and to all files in solution explorer. Find Results Highlighter - Highlights the search text in the find results windows. Regular Expressions Margin - A margin which exposes .Net Regular Expressions search and replace capabilities on a given code window. VSCommands - not available on this link. HelpViewerKeywordIndex - Visual Studio Extension for the Microsoft Help Viewer StyleCop - StyleCop analyzes C# source code to enforce a set of best practice style and consistency rules. Extension Analyzer - Extension Analyzer helps debug issues with VSIX Components, Visual Studio Packages, PkgDef Files and MEF Components. CodeCompare - Code Compare is an advanced file and folder comparison tool. This programming languages oriented diff tool can be used as a Visual Studio add-in and as a standalone application. Team Founder Server Power Tools - not available on this link VS10x Selection Popup - not available on this link Color Picker Completion - not available on this link Numbered Bookmarks - Numbered Bookmarks allows users to create and recall bookmarks by using numbers. User can create 10 bookmarks (starting from 0 to 9). Mouse Zoom - Mouse zoom at the mouse's cursor instead of at the top of the visible document. See VS options... Visual Studio 2010 Pro Power Tools - A set of extensions to Visual Studio Professional (and above) which improves developer productivity. JSEnhancements - provides outlining and matching braces highlighting features for Visual Studio JavaScript editor; provides fantastic #region collapsing in JS and CSS files, making long files much easier to handle; Code Contracts Editor Extensions - Displays Code Contracts (when editing C#) in code, Intellisense, and in metadata files. WoVS Quick Add Reference - Add missing assembly references right from the code editor JScript Editor Extensions - Align By T4 Editor Quick Open File for Visual Studio 2010 - quick opening any solution file CleanProject - Cleans Visual Studio Solutions PhatStudio - fast file navigation and quickly opening files VsVim - Vim style keyboard shorcuts Chutzpah - Open source JavaScript test runner I Hate #Regions - makes expanded regions less disturbing by making the font smaller
没有免费的:
Resharper 视觉辅助X JustCode ViEmu CodeRush with Refactor!箴 VisualSVN VS10x Code Map -显示当前编辑器窗口代码的图形嵌套表示 VS10x编辑器视图增强器
推荐文章
- 查看Visual Studio 2010+中的所有断点
- Visual Studio禁用缺少XML注释警告
- 如何禁用诊断工具?
- Visual Studio单击“查找结果”在错误的窗口中打开代码
- 无法打开Visual Studio -抛出错误“安装过程中无法运行”
- 我在哪里可以找到安装在Visual Studio中的TypeScript版本?
- Visual Studio代码如何解决合并冲突与git?
- _references.js是用来做什么的?
- 如何为新的c#类/接口编辑Visual Studio模板?
- IIS Express Windows身份验证
- 无法加载DLL 'SQLite.Interop.dll'
- 配置系统初始化失败
- 在Visual Studio中是否有标准的快捷键来构建当前项目?
- 我如何让我的解决方案在Visual Studio回到在线的TFS?
- 如何在Visual Studio中生成getter和setter ?