Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Code MemoNew to Visual Studio Code? Get it now.
Code Memo

Code Memo

dev-notok

|
2 installs
| (0) | Free
Mark and take notes of code positions
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

File Position Notes

Mark and annotate specific positions in your files with persistent notes and visual indicators.

Features

  • 📝 Add notes at any cursor position
  • 🎯 Visual gutter icons show note locations
  • 💾 Notes persist across VS Code sessions
  • 🔍 Search and navigate through all notes
  • 🌳 Tree view for easy note management
  • 📊 Workspace-wide note overview

Usage

  1. Add Note: Place cursor where you want to add a note and press Ctrl+Shift+N (or Cmd+Shift+N on Mac)
  2. View Notes: Use Ctrl+Shift+Alt+N to see all notes in workspace
  3. Navigate: Click on any note in the tree view to jump to its location
  4. Remove: Right-click and select "Remove Note at Cursor"

Commands

  • File Notes: Add Position Note - Add a note at current cursor position
  • File Notes: Show Notes in Current File - List all notes in current file
  • File Notes: Show All Notes in Workspace - Show all notes across workspace
  • File Notes: Remove Note at Cursor - Remove note at current position
  • File Notes: Clear All Notes in Workspace - Remove all notes (with confirmation)

Note Types

The extension automatically detects note types based on content:

  • 📝 Regular notes - Default yellow icon
  • ⚠️ Important notes - Contains "important" or "!" - Orange with red exclamation
  • ✅ Todo items - Contains "todo" or "fixme" - Green with blue checkmark

Storage

Notes are stored in .vscode/position-notes.json in your workspace root, making them portable and version-controllable.

Requirements

  • VS Code 1.74.0 or higher

Release Notes

1.0.0

Initial release of File Position Notes.

License

MIT

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