Skip to content

xuhdev/editorconfig-visualstudio

 
 

Repository files navigation

EditorConfig Visual Studio Plugin

This plugin causes Visual Studio to load it's indentation options from a standard .editorconfig settings file. See the project web site for more information. Currently this addin only works on Visual Studio 2010 and later version.

Installing

The easiest way to install this plugin is through Visual Studio's built-in Extension Manager. Just search for "EditorConfig" in the Online Gallery section. Or, download a copy from the Visual Studio gallery website.

Building

To build this software, first download and build the EditorConfig core library in the Core directory. To download the core library, use the git commands:

git submodule init
git submodule update

Follow the build instructions for the core library as normal, but include the -DMSVC_MD=ON option when invoking CMake:

cd Core/
cmake . -DMSVC_MD=ON

Once the core library is built, open the solution file EditorConfigVS.sln and compile the plugin. You may need to install the Visual Studio SDK for this to work. The resulting plugin is named Plugin/bin/(Debug|Release)/VSEditorConfig.vsix, and double-clicking installs it into Visual Studio.

About

EditorConfig Visual Studio Addin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 73.3%
  • C++ 25.9%
  • C 0.8%