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


当前回答

VS10x代码映射 那太酷了。容易跳向财产,方法。且易扩大塌陷区域多。

其他回答

JScript编辑器扩展

Bundles the following extensions for the Visual Studio 2010 JScript editor Brace Matching Adds support for automatically highlighting the matching opening or closing brace to the one currently at the cursor. Supports matching parenthesis: (), square brackets: [], and curly braces: {}. Braces in strings, comments and regular expression literals are ignored. Outlining / Cold-folding Adds support for automatically creating outlining regions for JScript blocks. Blocks are detected via opening and closing curly braces. Braces in strings, comments and regular expression literals are ignored. Current Word Highlighting Adds support for highlighting all instances of the word currently at the cursor. IntelliSense Doc-Comments Support Adds support for the element in JScript IntelliSense doc-comments to allow display of new lines in IntelliSense tooltips.

清洁项目-清洁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.

鼠标缩放(免费)

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

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

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

我不能没有DPack -特别是在处理大型项目时,它使在文件和成员之间导航更容易。而且是免费的。

最喜欢的快捷键:

Alt+U:文件浏览器,过滤文件类型 Alt+G:代码浏览器,过滤你输入的所有成员 Alt+M:代码浏览器,过滤方法在当前文件中键入

...等等。对我来说,在Project Explorer中找到路要容易得多。

TFS 2010的搜索工作项(免费)