vscode-uncrustify icon indicating copy to clipboard operation
vscode-uncrustify copied to clipboard

Code format using uncrustify

Results 16 vscode-uncrustify issues
Sort by recently updated
recently updated
newest added

I have Visual Studio 1.50.0. After calling the command from the context menu " Format Document With... "and selecting" Select a formatter "as" Uncrustify (default) ", the source file opened...

With the extension enabled I can click on format selection, however instead of formatting the selection the whole document is formatted. It would be nice if this was either implemented...

### System OS: ArchLinux VSCode: 1.45.1 Ext Version: 2.20.1 Uncrustify: Uncrustify-0.71.0-21-d4da2b0f Last known working version: 2.19.2 #### Before ![image](https://user-images.githubusercontent.com/2192274/83409603-039b4f80-a415-11ea-9a55-ce72169cc652.png) #### After (pressing CTRL-S) ![image](https://user-images.githubusercontent.com/2192274/83409636-157cf280-a415-11ea-8f6e-cb21943d8db6.png) #### CLI ``` uncrustify -c uncrustify.cfg...

`useTempFile` with formatting on paste duplicates the code.

### System OS: ArchLinux VSCode: 1.45.1 Ext Version: 2.20.1 Uncrustify: Uncrustify-0.71.0-21-d4da2b0f Saving file with `useReplaceOption` set to true, loops in saving... The files contain only few lines of code (max...

I'm having trouble getting the Uncrustify extension to work when using the [VSCode Remote SSH](https://code.visualstudio.com/docs/remote/ssh) environment. My current setup is as follows: - Local OS: Windows 10 - Remote OS:...

I've installed this per the directions but uncrustify.cfg is nowhere to be found and when I run the uncrustify.create from the terminal window in VS Code: "bash: uncrustify.create: command not...

Uncrustify config file keeps resetting after switching tabs and resaving the file. I basically have to change all the settings again everytime I want to change one setting

Since a while, I am getting the "Uncrustify can be upgraded" message every time I startup VSCode. If I click on "Install using brew", I get some brew outputs (sometimes;...

I understand that Apex is not supported, but... there are few of us who are using it to format the Apex code in VS Code. We understand that we can...