vscode-clang-format icon indicating copy to clipboard operation
vscode-clang-format copied to clipboard

A Visual Studio Code extension that provides C++, C, Obj-C, Java formatting with the use of clang-format

Results 59 vscode-clang-format issues
Sort by recently updated
recently updated
newest added

[JSON is supported in clang-format](https://clang.llvm.org/docs/ClangFormat.html).

I use LLVM formatting style, but I'd like to disable the -sort-includes setting. It would be nice if there was a way to have that flag passed in whenever clang-format...

This could be helpful for people not familiar with the ecosystem (like myself).

Are there 'Microsoft' style support?

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.7 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...

dependencies

I have remote development environment via SSH and I want to use the local clang-format tool instead of the remote one, because most of the remote servers doesn't have it....

First of all, thanks for this great tool! Secondly, in my project I have a local specific `.clang-format` file. I saw that there is an option to specify the clang...

Clang-format claims it can format c# code, I would much rather use it than omnisharp. Omnisharp is missing a fundamental code formatting feature which makes it useless to me.

Hi all, I am trying to set clang-format.executable in settings.json to look for clang-format executable path, but it does not work. My current vscode version is 1.63.2 Is there any...

The README.md file says the convention for referencing environment variables is to use `${env.VAR}` - that is, using a period character. But the VSCode [Variables Reference](https://code.visualstudio.com/docs/editor/variables-reference) page that the readme...