A lightweight, robust Visual Studio Code extension designed for developers navigating massive source files. This extension allows you to quickly bookmark critical lines of code, view them in a dedicated sidebar explorer, and jump between them instantly across files.
📖 User Guide
1. Installation
Search for "moto-bookmark" or "md-aliullah" in the Extensions view and install "Moto Bookmark Tracker".
Method 1: VS Code Extensions Marketplace
Install through the VS Code Extensions Marketplace.
Method 2: Using VS Code CLI
Run the following command in your terminal:
code --install-extension moto-bookmark-0.0.5.vsix
2. Basic Usage
Toggle a Bookmark (Gutter Method): Right-click directly on any line number (the editor gutter). Select Bookmarks: Toggle Bookmark from the context menu. The line will instantly highlight blue.
Toggle a Bookmark (Text Method): Right-click anywhere inside the code editor area or press Ctrl + Shift + P to open the Command Palette, then search for Bookmarks: Toggle Bookmark.
Navigating via the Sidebar: Click the custom Bookmark icon in the far-left Activity Bar to reveal the "My Bookmarks" panel. It maps all saved entries cleanly by filename and line number.
Jumping to Code: Clicking any bookmark entry in the sidebar instantly focuses that file and warps your cursor directly to the targeted line.