Global ESLint Diagnostic is a VSCode extension that displays all ESLint problems directly in the Problems
tab, without requiring you to open the files.
- View all ESLint issues in the
Problems
tab. - Easy activation and deactivation via interface or commands.
- Seamless integration with VSCode's native workflow.
- Click on "Global Diagnostic" in the bottom left corner of the screen.
- All ESLint problems will appear in the
Problems
tab.
- Open the Command Palette (
Ctrl+Shift+P
orCmd+Shift+P
on macOS). - Search for "Global ESLint Diagnostic".
- Select "Global ESLint Diagnostic: Enable".
- All ESLint problems will now be visible in the
Problems
tab.
- If Global Diagnostic is enabled, click "Global Diagnostic" in the bottom left corner of the screen to disable it.
- Open the Command Palette (
Ctrl+Shift+P
orCmd+Shift+P
on macOS). - Search for "Global ESLint Diagnostic".
- Select "Global ESLint Diagnostic: Disable".
Contributions are welcome! Feel free to open issues or submit pull requests.