Supercharge eslint-plugin-command in VS Code
Reducing manual typing and mental tax.
Apply transformations instantly — no eslint --fix
or formatOnSave
required.
See a clear diff of what will change.
In-editor documentation (disabled by default).
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.autocomplete.onlyFixable |
Only suggest command that can be fixed | boolean |
true |
eslintCodemod.alias |
Command name alias | object |
See package.json |
Command | Title |
---|---|
eslintCodemod.toggleAutoFix |
ESLint codemod: Toggle autocomplete.autoFix configuration |
- Preview code changes
- Alias support
- Lazy input
MIT License © 2025 Kevin Kwong