Skip to content

A VSCode - Extension, that adds ` // BM: ` BookmarkComments to your code and recall them via the BM-Command

License

Notifications You must be signed in to change notification settings

Rocco-Gossmann/VSCode-CommentBookmarks

Repository files navigation

BookmarkComments

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.

Features

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

Release Notes

0.2.0

  • Added support for PHP-Smarty comments
  • Removed the End of Block-Comments from the Bookmark-Text
  • Lowered VSCode Version requirements to 1.88.0

0.1.0

  • Made Bookmark detection more reliable

0.0.1

  • Initial release

About

A VSCode - Extension, that adds ` // BM: ` BookmarkComments to your code and recall them via the BM-Command

Topics

Resources

License

Stars

Watchers

Forks