XRS Code NotesXRS Code Notes adds persistent, code-review-style comment threads to local files without modifying source code. Notes live in an indexed SQLite database in a user-selected folder and appear through VS Code's Comments UI. SetupWhen a project is opened for the first time, choose Select Folder and select where that project's notes should be stored. XRS Code Notes remembers the selection in VS Code's private workspace state, without writing an absolute path to the project's XRS Code Notes creates and manages UsageSelect one or more lines (or place the cursor on a line), then run XRS Code Notes: Add Note from the Command Palette or editor context menu. Comment thread actions support replies, editing, deletion, navigation, and copying the note ID. Turning XRS Code Notes off removes its notes and commenting controls from code editors without deleting data. Use the Add Reference Note link button while composing a comment, enter the target note ID, and choose the text displayed by the hyperlink. Available commands also include reload, show storage file, go to note, and toggle visibility. Storage and performanceThe database uses indexed Known limitationVersion 1 anchors notes by line numbers. Inserting or deleting lines above a note does not automatically move its saved range. |