AuditNotes lets you attach notes to selected code in VS Code. It is meant for audits, reviews, and general code investigation where you want to keep local notes without editing the source itself.
- Add a note to any selected code range.
- Highlight ranges with colors.
- View and edit notes in the sidebar.
- Preview notes on hover.
- Copy one note or all notes as Markdown.
- Keep notes locally in the workspace.
- Select some code in the editor.
- Right-click and run
Add Audit Note. - Enter the note text in the Audit Notes sidebar.
- Pick a color if you want.
- Hover highlighted code or use the sidebar to revisit notes.
- Use
Copy MDorCopy All MDto export notes.
This extension adds one setting:
auditnotes.defaultColor: Default background color used for new audit notes.
Notes are stored in a workspace-root file named .audit-notes.json.
- This file stays local to the project.
- If you do not want review notes committed, keep
.audit-notes.jsonin.gitignore.
No external service, account, or API key is required.
- Notes are tied to file paths and saved line ranges in the current workspace.
- Large code edits, file moves, or file renames may require note cleanup or recreation.
Initial public release of AuditNotes with sidebar note management, inline highlights, hover previews, and Markdown export.
MIT
This extension was vibecoded and may contain bugs, rough edges, or broken behavior.
If you hit an issue or have an idea for improvement, please open an issue on GitHub:

