The Global Bookmarks extension for Visual Studio Code provides a simple yet effective way to create bookmarks across multiple files. Easily mark and navigate important lines of code using customizable shortcuts, making it easier to manage your workflow.
Features
Global Bookmarking: Set bookmarks across multiple files.
Quick Navigation: Use keyboard shortcuts to jump to bookmarks quickly.
Visual Indicators: A visual marker indicates the bookmarked lines, so you can easily identify them.
Key Shortcuts
Mark Bookmarks:
Ctrl+Shift+1 to Ctrl+Shift+9: Mark a bookmark (You can have up to 9 bookmarks).
Navigate to Bookmarks:
Ctrl+1 to Ctrl+9: Jump to the corresponding bookmark.
Installation
Download the latest version of the extension from the Visual Studio Code Marketplace.
Install the extension via the Extensions view in VSCode (Ctrl+Shift+X).
Reload your editor to start using the extension.
Usage
Open any file in your VSCode workspace.
To mark a line as a bookmark, press Ctrl+Shift+[1-9]. A visual marker will appear next to the line.
To jump to the bookmark, press Ctrl+[1-9]. This will bring you to the bookmarked line in the same or another file.
Development
To develop or contribute to this extension:
Clone the repository from GitHub.
Install the necessary dependencies.
Open the project in Visual Studio Code and press F5 to run and test the extension in a new VSCode window.
Contributing
We welcome contributions! If you have any suggestions or issues, feel free to submit a pull request or open an issue in the GitHub repository.
License
This project is licensed under the MIT License - see the LICENSE file for details.