A VS Code extension that adds a "Notes" tab to the sidebar where you can take persistent notes that are saved globally across all projects.
Project inspired by RuneLite
Features
📝 Persistent notes that work across all VS Code projects
🎨 Styled to match VS Code's theme
⚡ Auto-save functionality
🔄 Global state management
How to Use
Install the extension
Look for the "Notes" tab in the sidebar (next to Explorer, Search, etc.)
Click on the Notes item to open the notes panel
Start typing - your notes will be automatically saved
Your notes persist across different projects and VS Code sessions
Development
To build and test the extension:
npm install
npm run compile
To package the extension:
npm install -g vsce
vsce package
Installation
Package the extension: vsce package
Install the generated .vsix file in VS Code
Or use F5 to run the extension in a new Extension Development Host window