cmake_format icon indicating copy to clipboard operation
cmake_format copied to clipboard

setup cmake_format as a proper formatter in VSCode

Open jgcodes2020 opened this issue 3 years ago • 1 comments

Title says all. cmake_format currently uses its own keyboard shortcut, and it'd be nice to have it registered like other formatters, so I can use Alt+Shift+F to format my code.

jgcodes2020 avatar Jul 27 '21 01:07 jgcodes2020

The vscode extension doesn't setup it's own keybindings, it registers itself as a document formatter. If you have different keybindings formatting cmake code you might have a second cmake extension installed?

cheshirekow avatar Jul 27 '21 01:07 cheshirekow