GitHub - 0xJensMalm/syntax_summary: VSCode extension

1 min read Original article ↗

Syntax Error Summary

This VSCode extension provides a quick summary of all syntax errors in the current document.

Features

  • Displays a summary of syntax errors in a side panel
  • Allows copying the error summary to clipboard

Usage

  1. Open a file in VSCode
  2. Run the command "Show Syntax Errors Summary" from the Command Palette (Ctrl+Shift+P)
  3. A side panel will open with a list of syntax errors, if any
  4. Click the "Copy to Clipboard" button to copy the error summary

Requirements

VSCode version 1.60.0 or higher.

Extension Settings

This extension doesn't contribute any settings.

Known Issues

None at the moment.

Release Notes

0.0.1

Initial release of Syntax Error Summary