Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Darling NotesNew to Visual Studio Code? Get it now.
Darling Notes

Darling Notes

spicarr technology

|
2 installs
| (0) | Free
Workspace-local code notes with subtle highlights, sidebar browsing, search, and quick navigation.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Darling Notes

Darling 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

  • Add notes to any selected code range from the editor context menu.
  • Highlight annotated code with a subtle color-coded marker.
  • Open notes from the editor using the Darling note action.
  • Browse all notes from the Darling Notes activity bar view.
  • Search notes by text or file name inside the sidebar.
  • Filter notes by highlight color.
  • Jump from a note back to the exact saved code range.
  • Edit or delete notes without touching the source file.
  • Store notes locally in .vscode/darling-notes.json so they can be committed with a project when useful.

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

  1. Select a code range in the editor.
  2. Right-click and choose Add Note (Darling).
  3. Write your note, pick a highlight color, and save.
  4. Use the Darling Notes activity bar view to browse, search, filter, edit, delete, or jump back to notes.
  5. Use the editor note action to open the note view for a saved range.

Notes Storage

Darling Notes writes workspace notes to:

.vscode/darling-notes.json

This keeps the data transparent and portable. If a team wants shared notes, commit that file. If the notes are personal, add it to .gitignore.

Commands

Command Description
Darling: Add Note (Darling) Create a note for the selected code.
Darling: Open Darling Note Open the note associated with an editor marker/action.
Darling: Edit Note Edit an existing note.
Darling: Delete Note Delete an existing note.
Darling: Jump to Comment Jump to the code range for a note.

Development

Install dependencies:

npm install

Build the extension:

npm run compile

Run the extension in VS Code:

  1. Open this folder in VS Code.
  2. Press F5.
  3. Use the Run Extension launch configuration.

Create a production bundle:

npm run build

Current Scope

Darling Notes is intentionally focused: code range notes, local storage, sidebar browsing, and quick navigation. It does not send note data to any external service.

Privacy

All note content stays in your workspace files. The extension does not require a network connection for its core note features.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft