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

I have a project with two .clang-format configuration files like this ``` src/ .clang-format src1.c src1.h src2.c src2.h lib/ .clang-format lib1.c lib1.h lib2.c lib2.h ``` does this extension run clang-format...

Hi, some time ago, the clang-format extension was available for VSCodium. However, this is not true anymore . According to https://github.com/VSCodium/vscodium/blob/master/DOCS.md#extensions-marketplace I'd like to > Ask the extension maintainers to...

Hi I'm having trouble with clang format errors in a workspace. [2021-10-11 09:30:51.026] [exthost] [error] [xaver.clang-format] provider FAILED [2021-10-11 09:30:51.026] [exthost] [error] Error: spawn /Users/tlechman/Documents/generic-workspace/clang-format EACCES at Process.ChildProcess._handle.onexit (internal/child_process.js:269:19) at...

Hello, I want to use HLSL formatting, but it is not available in marketplace plugin. Please update plugin version and upload it to marketplace. https://marketplace.visualstudio.com/items?itemName=xaver.clang-format

If I try to format code which has not been saved to a file on disk yet, I get the message ``` There is no formatter for 'cpp' files installed....

Issue Type: Bug as title, it seems that clang-format would reset default tab size to 8, which is a violation to user privilege if it is truely so. Extension version:...

Is it possible to have the formatter follower the indent size specified in the settings.json for a given file? Or is there a way to globally make the indent size...

enhancement
help wanted

I have some shaders written in GLSL and through the command line I can format them just fine. Is it possible to tell the plugin to format .frag and .vert...

At first i tried to find the extension in OSS code but i couldn't find it even if i added the extension id in product.json and then installed it with...

On the Mac I have a behavior that doe this by piping the select to clang format: ` | clang-format -assume-filename=file.cpp -style-file` This is great for formatting code example in...