Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.28 KB

README.md

File metadata and controls

44 lines (29 loc) · 1.28 KB

Global ESLint Diagnostic

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

  1. Click on "Global Diagnostic" in the bottom left corner of the screen.
  2. All ESLint problems will appear in the Problems tab.

Via Command

  1. Open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P on macOS).
  2. Search for "Global ESLint Diagnostic".
  3. Select "Global ESLint Diagnostic: Enable".
  4. All ESLint problems will now be visible in the Problems tab.

Disable Global ESLint Diagnostic

Via Interface

  1. If Global Diagnostic is enabled, click "Global Diagnostic" in the bottom left corner of the screen to disable it.

Via Command

  1. Open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P on macOS).
  2. Search for "Global ESLint Diagnostic".
  3. Select "Global ESLint Diagnostic: Disable".

Contributing

Contributions are welcome! Feel free to open issues or submit pull requests.