By default, clang-format VS plugin only reformats the selected code.
To reformat the whole document, the user has to select everything before calling the reformat shortcut.
Differential D12405
[clang-format-vs] Format the whole document if nothing is selected berenm on Aug 27 2015, 6:21 AM. Authored by
Details
By default, clang-format VS plugin only reformats the selected code. To reformat the whole document, the user has to select everything before calling the reformat shortcut.
Diff Detail Event TimelineComment Actions If nothing is selected, clang-format should format the current line.. At |