Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>ESLint CodemodNew to Visual Studio Code? Get it now.
ESLint Codemod

ESLint Codemod

Kevin Kwong

|
13 installs
| (0) | Free
| Sponsor
Supercharge eslint-plugin-command in VS Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

ESLint CodemodVS Code

Visual Studio Marketplace Version Made with reactive-vscode

Supercharge eslint-plugin-command in VS Code

⚡ Intelligent Autocomplete

Reducing manual typing and mental tax.

🔧 One-Click Auto Fix

Apply transformations instantly — no eslint --fix or formatOnSave required.

🔍 Preview Changes Before Apply

See a clear diff of what will change.

📖 User-Friendly Documentation Hints

In-editor documentation (disabled by default).

[!TIP]

Cannot see suggestion detail?

Try open it by keyboard shortcut. See: VSCode intellisense

Not seeing code changes in TS/Vue files?

If using @antfu/eslint-config, ensure you explicitly enable these features:

export default antfu({ typescript: true, vue: true })

This should be resolved in future updates.

Configurations

Key Description Type Default
eslintCodemod.enable Whether enable extension boolean true
eslintCodemod.languageIds array ["*"]
eslintCodemod.autocomplete.autoFix Auto-fix code on autocomplete boolean true
eslintCodemod.autocomplete.docs Show docs for suggestions boolean false
eslintCodemod.autocomplete.diff Preview changes before applying boolean true
eslintCodemod.alias Command name alias object See package.json

Commands

Command Title
eslintCodemod.toggleAutoFix ESLint codemod: Toggle autocomplete.autoFix configuration

Todos

  • [x] Preview code changes
  • [x] Alias support
  • [ ] Lazy input

License

MIT License © 2025 Kevin Kwong

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