Darling NotesDarling Notes is a lightweight VS Code extension for leaving private, workspace-local notes directly on selected code. It is built for those small implementation details, review thoughts, reminders, and "why is this here?" explanations that should stay close to the code without becoming noisy TODO comments. Features
Why Darling Notes?Source comments are great when the information belongs to everyone who reads the code. Darling Notes is for the softer layer around the work: investigation notes, handoff context, local reminders, review observations, and short explanations that may change faster than the code itself. It keeps those notes visible while you work, but separate from the source text. How To Use
Notes StorageDarling Notes writes workspace notes to:
This keeps the data transparent and portable. If a team wants shared notes, commit that file. If the notes are personal, add it to Commands
DevelopmentInstall dependencies:
Build the extension:
Run the extension in VS Code:
Create a production bundle:
Current ScopeDarling Notes is intentionally focused: code range notes, local storage, sidebar browsing, and quick navigation. It does not send note data to any external service. PrivacyAll note content stays in your workspace files. The extension does not require a network connection for its core note features. |