Do you know // TODO: comments
? This VSCode-Extension makes use of the kind of schema, to add Bookmarks to your Code. Then allows you to jump to different Bookmarks inside the current open File.
This Extension just adds one new command: BM
It will search your currently open Editor for comments, that start with BM:
.
demo.mp4
Example Comments:
// BM: my Class
<!-- BM: my Paragraph -->
-- BM: My Lua comment
- Added support for PHP-Smarty comments
- Removed the End of Block-Comments from the Bookmark-Text
- Lowered VSCode Version requirements to 1.88.0
- Made Bookmark detection more reliable
- Initial release