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

Since latest update of VSC on Windows 10 i get a VSC popup with error "write EPIPE" when trying to format a file.

Everytime I save a cpp file, some certain small parts of the file would repeatedly be changed space. like the ```cpp public: public: ``` would add this space in one...

AFAIK there is currently not a way to map file extensions to the languages that clang-format supports when using this extension. For example, I use the extension '.es6' for some...

enhancement

here is the situation, I use golang and proto3 both. And then I want use golint to format my *.go files, and clang-format to format *.proto files. They can work...

A new line is being inserted when by the plugin involontary by using the following clang-format file: ``` IncludeBlocks: Regroup SortIncludes: 'true' ``` with this simple c++ code. ``` #include...

question

See https://github.com/microsoft/vscode/wiki/Adopting-Multi-Root-Workspace-APIs

enhancement

@xaverh According to http://clang.llvm.org/docs/ClangFormatStyleOptions.html . clang-format only use these languages. > - LK_None (in configuration: None) Do not use. > - LK_Cpp (in configuration: Cpp) Should be used for C,...

enhancement

Hello, I install Clang-Format Pkg on vscode (on Ubuntu 16.04) recently. It notes this problem: `Cannot read property 'end' of undefined` Do you know how to fixed it?

question

When I run save, it tells me to look at the output window, but nothing is there. If I run clang-format on the command line it works fine. Is there...

duplicate

Hi, I try to align consecutive C/C++ preprocessor macros but fail. The error message is as follows, so aligning preprocessor macro is not available now? >YAML:17:25: error: unknown key 'AlignConsecutiveMacros'...