Home | History | Annotate | Download | only in clang-format-vs
      1 This directory contains a VSPackage project to generate a Visual Studio extension
      2 for clang-format.
      3 
      4 Build prerequisites are:
      5 - Visual Studio 2013 Professional
      6 - Visual Studio 2013 SDK
      7 - Visual Studio 2010 Professional (?)
      8 - Visual Studio 2010 SDK (?)
      9 
     10 The extension is built using CMake by setting BUILD_CLANG_FORMAT_VS_PLUGIN=ON
     11 when configuring a Clang build, and building the clang_format_vsix target.
     12 
     13 The CMake build will copy clang-format.exe and LICENSE.TXT into the ClangFormat/
     14 directory so they can be bundled with the plug-in, as well as creating
     15 ClangFormat/source.extension.vsixmanifest. Once the plug-in has been built with
     16 CMake once, it can be built manually from the ClangFormat.sln solution in Visual
     17 Studio.
     18