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
- Add Note: Place cursor where you want to add a note and press
Ctrl+Shift+N (or Cmd+Shift+N on Mac)
- View Notes: Use
Ctrl+Shift+Alt+N to see all notes in workspace
- Navigate: Click on any note in the tree view to jump to its location
- 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
Release Notes
1.0.0
Initial release of File Position Notes.
License
MIT
| |