Please reload after installing it. Press cmd+shift+P or ctrl+shift+P and enter reload and select the option to Reload
It helps you to navigate through your code for a particular flow like Activation, Order Placement, Cancellation or whatever flow you work on. Create bookmarks for a particular flow, each flow with different color, navigate to any bookmark anytime easily.
- JavaScript
- Java
- Python
- C/C++
- CSS
- HTML etc.
- React
- Angular
- Vue
- Spring Boot
- Django
- Flask etc.
Please suggest new feature or create issues here: https://github.com/deepakpahwa19/flow-bookmarks/issues
List of Features:
- Add a bookmark for a flow, mention index for bookmark.
- Edit a bookmark like change the flow name or index or even bookmark name.
- All bookmarks are sorted as per their index, makes it easy to navigate through the flow anytime.
- Clear a bookmark
- Clear All bookmarks at once
- Multi-color support. upto 10 colors to choose from.
- All bookmarks for a flow will use single color, makes it easy to identify in the file.
- A sidebar to navigate through the bookmarks and files.
FlowBookmarks provides you feature to choose from 10 colors to display, one color for each flow. Just add below lines in your settings.json with the maximum length of 10 in any order. Default is five colors.
"flowbookmark.listOfColors": ['blue', 'aqua', 'orange', 'purple', 'yellow', 'persiangreen', 'green', 'pink', 'red','brown']
Default Colors: ['blue', 'red', 'pink', 'purple', 'yellow']
Available colors: ['blue', 'green', 'pink', 'red', 'aqua', 'orange', 'purple', 'yellow', 'persiangreen', 'brown']
Please reload after making changes in setting.json
- FB: Add Bookmark
- FB: Clear This Bookmark
- FB: Clear All Bookmarks
- Press cmd+shift+p (mac) or ctrl+shift+p (windows)
- Type "add bookmark"
- Select "FB: Add Bookmark"
- Enter bookmarkName, FlowName (optional), index(optional)
- Go to Bookmark sidebar
- Click on pencil while hovering on any bookmark
- Change anything, bookmarkName, FlowName and/or index
- Select a line which has bookmark
- Press cmd+shift+p (mac) or ctrl+shift+p (windows)
- Type "clear bookmark"
- Select "FB: Clear Bookmark"