你推荐Visual Studio 2010的哪些扩展? (请说明它是否免费,以及它的用途/功能)
当前回答
Vingy(免费)
Vingy 1.0是Visual Studio 2010的一个简单但有效的插件,这样你就可以以一种非侵入式的方式搜索网页,并且可以根据来源过滤结果。
吝啬 http://lh4.ggpht.com/__Mw4iY-4nuY/TKic0LcfKgI/AAAAAAAAA7s/OR82RFQFSU8/s1600-h/image%5B14%5D.png
你可以通过在Visual Studio IDE中点击查看->其他窗口-> Vingy搜索窗口来打开Vingy,或者只是通过高光显示文档中的一些文本,然后点击工具->搜索所选文本(Ctrl + 1)。
用Vingy搜索非常简单。您可以通过两种方式启动搜索。
在Vingy搜索框中输入文本,然后按“Enter”或单击“Go”按钮 当你在Visual Studio中输入时,在编辑器中突出显示一些文本,然后按Ctrl + 1
其他回答
免费的:
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编辑器视图增强器
我不能没有DPack -特别是在处理大型项目时,它使在文件和成员之间导航更容易。而且是免费的。
最喜欢的快捷键:
Alt+U:文件浏览器,过滤文件类型 Alt+G:代码浏览器,过滤你输入的所有成员 Alt+M:代码浏览器,过滤方法在当前文件中键入
...等等。对我来说,在Project Explorer中找到路要容易得多。
那么HelpViewerKeywordIndex呢?帮助(一点)解决了我认为2010年最大的缺陷——新的帮助查看器。
如果你是Vim爱好者……
VsVim -免费 ViEmu -不免费(也未发布)
ReSharper(不自由)
推荐文章
- 如何用msbuild发布Web ?
- Visual Studio 2017:显示方法参考
- 为什么ReSharper想要使用'var'的一切?
- 在Visual Studio中默认从项目中删除安全警告(_CRT_SECURE_NO_WARNINGS)
- 未将相关DLL复制到Visual Studio中的构建输出文件夹
- 在Visual Studio中设置“首选32位”的目的是什么?它实际上是如何工作的?
- c# 8支持。net框架吗?
- 如何在解决方案中找到未使用的NuGet包?
- 查看Visual Studio 2010+中的所有断点
- Visual Studio禁用缺少XML注释警告
- 如何禁用诊断工具?
- Visual Studio单击“查找结果”在错误的窗口中打开代码
- 无法打开Visual Studio -抛出错误“安装过程中无法运行”
- 我在哪里可以找到安装在Visual Studio中的TypeScript版本?
- Visual Studio代码如何解决合并冲突与git?