[PATCH] D27501: clang-format-vsix: add command to format document
Hans Wennborg via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 7 11:33:53 PST 2016
hans added inline comments.
================
Comment at: tools/clang-format-vs/ClangFormat/ClangFormat.vsct:76
+ <Strings>
+ <ButtonText>Clang Format Document</ButtonText>
+ </Strings>
----------------
I think File would be better than Document when referring to source code.
But it seems a little annoying to need two menu alternatives. Could we make the regular "Clang Format" option just format the whole file if there is currently no selection, or would that be confusing?
https://reviews.llvm.org/D27501
More information about the cfe-commits
mailing list