This extension displays all HTML comments (<!-- ... -->) in the currently open file in a sidebar. Clicking on a comment in the sidebar highlights the corresponding line in the editor.
Features
Sidebar panel listing all HTML comments in the active editor
Highlights the corresponding line in the editor when hovering over a comment
Updates automatically as you edit or switch files
Usage
Open any file in VS Code.
Open the "HTML Comments" sidebar from the activity bar (look for the comment icon).
Click on the comment in the sidebar to highlight it in the editor.
Development
Press F5 to launch a new Extension Development Host window.