QuickMark is a vscode extension that allows users to bookmark files within projects, making it easy to quickly locate frequently accessed files without searching through thousands of files in the project structure.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
QuickMark is a Visual Studio Code extension that allows users to bookmark files within large projects, making it easy to quickly locate frequently accessed files without searching through thousands of files in the project structure.
Features
Bookmark Files: Bookmark files from your project and quickly access them via the Bookmark Explorer.
Tree View: Displays your bookmarks in a dedicated tree view, giving you quick access.
Quick Commands: Manage bookmarks with easy-to-use commands.
Persistent storage: Your bookmarks are saved and persist across sessions, so you won't lose them when you close and reopen VSCode.
Installation
Open Visual Studio Code.
Navigate to the Extensions view by clicking the Extensions icon in the Activity Bar.
Search for QuickMark.
Click Install to add the extension to your VSCode environment.
Once installed, you will see Bookmark Explorer in the Activity Bar.
How to Use
Available Commands
Here’s a list of commands to help you manage your bookmarks efficiently:
Title
Command
Description
Refresh
qmark.refreshEntry
Refresh the Bookmark Explorer.
Add to Bookmark Tree
qmark.addItem
Add the active file to bookmarks.
Remove from Explorer
qmark.removeItem
Remove a file from bookmarks.
Remove All Bookmarks
qmark.removeAllItems
Remove all bookmarks.
Context Menu Support
Explorer Context Menu: Right-click a file in the Explorer view to bookmark it directly.
Bookmark Explorer Context Menu: Right-click or left-click a bookmark to remove it or open it.
License
This project is licensed under the MIT License. See the LICENSE file for more details.