Review Notes
✨ OverviewReview Notes allows you to annotate your code with rich comments, similar to a Pull Request review, but stored locally in a separate JSON file (
� Usage1. Adding NotesYou can add a note to any line of code in three ways:
Once triggered, a comment widget will appear. Type your note (Markdown is supported!) and click Add Review Note.
2. Editing NotesNeed to change the text? Just click the pencil icon on any existing note to edit its content.
3. Changing Category and PriorityOrganize your notes by assigning categories and priority levels.
You can change these properties easily via the edit menu on the note.
4. Viewing All Notes (Tree View)See a comprehensive overview of all your notes across the entire project in the Review Notes Explorer sidebar. Click on any note to jump directly to that line in the code.
5. Deleting NotesYou can delete notes either directly from the comment thread in the editor or by clicking the trash icon in the sidebar explorer. 💾 How it WorksYour notes are NOT written into your source code files. Instead, they are safely stored in a separate
This keeps your codebase clean while preserving all your review data. Sharing:
⌨️ Shortcuts
🤝 ContributingContributions welcome! Submit issues or pull requests on GitHub. 📄 LicenseMIT © Abbas Al-Kaisi |






