VSCode Extension
Install the official extension from the VS Code Marketplace. It provides:
- Real-time diagnostics as you type
- Code actions for auto-fixable rules
- Auto-fix on save via
source.fixAll.rslint - Multi-workspace support
The extension works out of the box — it uses the built-in rslint binary and automatically picks up your rslint.config.ts.
Auto-fix on Save
To automatically fix lint issues when you save a file, add the following to your VS Code settings (.vscode/settings.json):