Bookmarks
Last updated
Last updated
Bookmarks in the Paradime Code IDE enable you to efficiently mark and navigate important sections of your codebase. This feature helps streamline workflows by allowing you to quickly revisit critical code snippets or areas during your dbt™ development process.
To access all your bookmarks, use the Bookmarks tab on the left panel of the Code IDE.
Highlight a line or section of code.
Right-click, hover over Bookmarks, and select the Toggle command to mark or unmark it.
Use Toggle Labeled Bookmark to assign a label to the bookmark for additional context.
Option 1: Within a project file, right-click the blue bookmark ribbon to the right of the code and select Remove Bookmark.
Option 2: Within the Bookmarks tab:
Click the Clear icon to remove all bookmarks from a specific file.
Click the X button to remove a specific bookmark within a file.
Use Jump to Next Bookmark or Jump to Previous Bookmark to move through your bookmarks.
Open the Bookmarks tab from the left-hand panel to see a full list of your bookmarks.
Use Toggle Labeled Bookmark to add meaningful labels that describe the purpose of the bookmarked section.
Regularly clear outdated bookmarks to maintain a clean and organized workspace.
Bookmark key SQL transformations and tests in your dbt models for easy navigation.
Utilize the "Explorer" section of the Bookmarks tab to get an overview of all bookmarked sections in your project.