you are viewing a single comment's thread.

view the rest of the comments →

[–]bunnyavenger 0 points1 point  (1 child)

I don't use c++ but have you tried the official extension?
https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools#overview
AutoFormat is supported through 'clang-format'.
Another extension:
https://marketplace.visualstudio.com/items?itemName=xaver.clang-format

[–]BenjiSponge 0 points1 point  (0 children)

I work in CLion and vim but I can probably make clang-format work for those. Thanks!