alefragnani / vscode-bookmarks

Bookmarks Extension for Visual Studio Code

Home Page:https://marketplace.visualstudio.com/items?itemName=alefragnani.Bookmarks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[FEATURE] - To manage/expose bookmarks on the myWorkspace.code-workspace file

alanfsrz opened this issue · comments

This extension is a life savior already. I work with 30k lines of logging, and I can easily filter them using some grouping regex/replace and your multi-line bookmark, tracking everything just on the Bookmarks explorer. Thanks for your effort, Alessandro!

One very useful thing to do is to have access to the bookmarks for tuning once they are saved, I think about it like Ryuichi does in the TextMarker plugin, with textmarker.savedHighlights command that sends the highlights to the .code-workspace.

This would be very helpful as if the tags of each bookmark is exposed there I can quickly rename them in bulks within vscode editor and make the Bookmark Explorer very very handy.

Another benefit for this feature is the ability to export the workspace along with its already worked bookmarks, making collaboration way easier.

I can tell it could be huge work but seems like an amazing enhancement for people working with big files.

Closing as I see the file bookmarks.json with the workspace bookmarks on myWorkspace/.vscode/bookmarks.json which serves the way I suggested.