zoukankan      html  css  js  c++  java
  • 最棒的Visual Studio扩展

    isual Studio是微软公司推出的开发环境,Visual Studio可以用来创建Windows平台下的Windows应用程序和网络应用程序,也可以用来创建网络服务、智能设备应用程序和Office插件。

    Visual Studio是微软公司推出的开发环境,Visual Studio可以用来创建Windows平台下的Windows应用程序和网络应用程序,也可以用来创建网络服务、智能设备应用程序和Office插件。

    本文介绍17款最棒的Visual Studio扩展:

    1. DevColor Extensions

    简单的颜色工具,包含一个颜色选择工具。

    2. Snippet editor

    代码片段编辑器是一个开源的插件,可增强 Visual Studio 允许直接编写和运行某段代码

    3. Productivity Power 

    the Productivity Power Tools, your extension state (disabled or enabled) will be retained when you install a new version of the Tools as long as Visual Studio is running during the installation.

    4. Image Optimize 

    为解决方案视图中的图片增加右键菜单用于优化图片,支持 PNG, GIF 和 JPEG 文件。

    5. VS Command 10 Extension 

    VSCommands 提供了一些你每天都要使用的代码导航和生成的快捷访问方式。

    6. Web Essentials

    Live Web Preview tool 可让你在浏览器砂锅内打开Web项目并在保存和构建的时候更新,也可直接编辑 CSS 并查看效果。

    7. JS Enhancements

    该扩展提供了 JavaScript 和 CSS 的语法高亮编辑器。

    8. Numbered Bookmarks

    Numbered Bookmarks 可让开发者方便的使用数字来创建和访问书签,可使用0..9创建10个书签。

    9. FoxCop Integrator

    FxCop Integrator 允许集成独立的 FxCop 和 Code Metrics PoewrTool 到 VS2010. 你可直接在 VS2010 Pro 中分析代码。

    10. Code Compare 

    Code Compare 是一个强大的文件和文件夹的比较工具。

    11. Open Folder in New Windows Explorer

    该扩展扩展了代码编辑器中 “Open Folder in Windows Explorer” 上下文菜单

    12. Regular Expresion Margin 

    A margin which exposes .Net Regular Expressions search and replace capabilities on a given code window. Toggle the margin by Alt+r. Navigate to next search by Alt+n.  Navigate to previous earch by Alt+p.  Escape key hides the margin and set focus back to the code window.  Even if the margin is hidden, as long as there is search in the Find What textbox, it will continually do a search on text updates.

    13. Visual Studio Color Theme

    允许开发者自定义开发环境的颜色,包括对菜单、工具栏、tab等界面的颜色设置。

    14. Spell Checker

    该扩展提供自然语言的拼写检查,支持纯文本文件、源码文件和 HTML/ASP 页面。

    15. Triple Click 

    通过三次点击来选择代码

    16. Go To Definition

    通过Ctrl +鼠标点击来执行 “Go To Definition” 操作

    17. Highlight all occurrences of selected word

     

  • 相关阅读:
    Java练习题
    循环练习
    Java String类详解
    Collections类
    TreeSet类
    IOS基础:NSTimer类的使用
    IOS基础:深入理解Objectivec中@class的含义
    IOS基础:retain,copy,assign及autorelease
    IOS基础:ActionSheet(上拉菜单)的实现
    Xcode 模拟器生成目标目录位置查找
  • 原文地址:https://www.cnblogs.com/hongmaju/p/4688928.html
Copyright © 2011-2022 走看看