项目作者: RxDave

项目描述 :
Visual Studio Settings Switcher
高级语言: C#
项目地址: git://github.com/RxDave/SettingsSwitcher.git
创建时间: 2017-03-12T13:23:11Z
项目社区:https://github.com/RxDave/SettingsSwitcher

开源协议:Apache License 2.0

下载


Toolbar

Visual Studio Settings Switcher

Easily switch to different Visual Studio settings when…

  • docking your laptop, or when it’s undocked and you’re on the go.
  • presenting a live screencast.
  • recording a how-to video.
  • working on open source software with different code formatting requirements.
  • an update to Visual Studio or a bad VS extension resets your desired settings.

Features

  • Solution Settings Files: Whenever a solution is opened, if a settings file of the same name (Solution_Name.vssettings) exists next to the solution file (Solution_Name.sln), its settings are automatically applied.
  • Associates the current settings with the active solution. The associated settings will be applied automatically whenever the solution is opened. (Overrides the active Solution Settings File without modifying it.)
  • Provides a toolbar (shown above).
    • Selecting an item in the drop-down list immediately imports those settings into Visual Studio.
    • Export Current Settings Export Current Settings saves the current settings to a file.
    • Export Solution Settings Export Solution Settings saves the current settings to the active solution’s settings file, or creates a new Solution Settings File and adds it to the solution.
    • Format Solution Format Solution formats all documents in the solution according to the current settings.

See the Wiki for details.

Thanks

This extension is based on a tip from Sara Ford’s blog.