vscode-formatting-toggle
vscode-formatting-toggle copied to clipboard
A VS Code extension that allows you to toggle the formatter (Prettier, Beautify, …) ON and OFF with a simple click.
Hi, Thank you for your extension. I use it all the time to switch between personal and professional projects. In this case, it might be nice to have an option...
I have a problem with the status bar "Formatting" element - it disappears when I'm switching to a code editor tab from the Extension page in the VS Code Remote...
Version: 1.85.0 Formatting Toggle v3.2.0 I was using the Status Bar Toggle Button to disable autoformatting on file save. However, that stopped working. Could this be due to changes in...
without this, whitespace will still be removed on save for many users. This option is frusterating to find as well.
Hi, Could you please add the ability so it could toggle through the `Format On Save Mode` options too? I'd love to be able to configure it to do: Formatting...
[As of VSCode version 1.85](https://code.visualstudio.com/updates/v1_85#_editor), boolean values in `editor.codeActionsOnSave` have been deprecated in lieu of enum values "always", "explicit", and "never". This means that the formatting toggle is no longer...