VS Project Notes is a lightweight VS Code extension that allows you to take quick notes directly within your workspace. Easily create, manage, and switch between different note files to keep track of ideas, tasks, and important information while coding.
Features
📌 Quick Notes: Create and edit notes without leaving your workspace.
📂 Multiple Note Files: Organize your notes into separate files.
🔍 Fast Access: Easily open and switch between different notes.
Installation
Open VS Code.
Go to the Extensions view (Ctrl+Shift+X or Cmd+Shift+X on macOS).
Search for VS Project Notes.
Click Install.
Reload or restart VS Code if necessary.
Usage
Open the Notes UI from the side bar.
Use the simple built-in interface to create, edit, and switch between note files.
Notes are saved once you press the save button.
Customize the note storage location in settings if needed.
Configuration
You can customize the note storage location by modifying the settings in VS Code:
{
"vs-notes.notesPath": "./notes"
}
ToDo
Button to delete existing note files
Functionality to rename existing note files
Config file to change the storage location of files (global or per project)
Contributing
Contributions are welcome! Feel free to submit issues or feature requests in the repository.
Contact
For support or feedback, reach out via GitHub Issues.