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