clang-format-vsix: add command to format document
Bound to Ctrl+R, Ctrl+D by default. Also added section on how to debug the extension to the Readme. Differential Revision: https://reviews.llvm.org/D27501 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@289910 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- tools/clang-format-vs/.gitignore 1 addition, 0 deletionstools/clang-format-vs/.gitignore
- tools/clang-format-vs/ClangFormat/ClangFormat.vsct 13 additions, 5 deletionstools/clang-format-vs/ClangFormat/ClangFormat.vsct
- tools/clang-format-vs/ClangFormat/ClangFormatPackage.cs 79 additions, 13 deletionstools/clang-format-vs/ClangFormat/ClangFormatPackage.cs
- tools/clang-format-vs/ClangFormat/PkgCmdID.cs 2 additions, 1 deletiontools/clang-format-vs/ClangFormat/PkgCmdID.cs
- tools/clang-format-vs/README.txt 24 additions, 0 deletionstools/clang-format-vs/README.txt
Please register or sign in to comment