Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Autofix Toggle V2New to Visual Studio Code? Get it now.
Autofix Toggle V2

Autofix Toggle V2

Lwlz

|
844 installs
| (1) | Free
A VS Code extension that allows you to toggle the autofix setting of EsLint extension
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

AutoFix Toggle V2

Allows you to toggle the value of "source.fixAll.eslint" in your Settings.json file, to help you set the autofixing ON/OFF easily with a simple click

  "editor.codeActionsOnSave": {
        "source.fixAll.eslint": true
    }

Ps: seconde version of a previous one due to the change of the mangement of autofixing by vscode, who was previously with "eslint.autoFixOnSave"

Installation

In the command palette (CMD + SHIFT + P) select “Install Extension” and choose AutoFix Toggle”.

Usage

The extension should show up on the right side of the status bar. Simply click on it to toggle the AutoFix ON and OFF. Alternatively


  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft