Giter VIP home page Giter VIP logo

editorconfig-visualstudio's Introduction

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.

Installing

This plugin works with Visual Studio 2010 or later. The easiest way to install it 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 automatically download the core library, use the git command:

git submodule update --init

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)/EditorConfigPlugin.vsix, and double-clicking installs it into Visual Studio.

Supported properties

The plugin supports the following EditorConfig properties:

  • indent_style
  • indent_size
  • tab_width
  • end_of_line
  • root (only used by EditorConfig core)

Reporting problems

If you encounter any problems, feel free to report them at the central EditorConfig issue tracker.

editorconfig-visualstudio's People

Contributors

karaken12 avatar swansontec avatar xuhdev avatar

Watchers

 avatar

Forkers

gitter-badger

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.