alefragnani / vscode-bookmarks

Bookmarks Extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=alefragnani.Bookmarks
GNU General Public License v3.0
1.7k stars 163 forks source link

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

Closed alanfsrz closed 5 months ago

alanfsrz commented 5 months ago

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.

alanfsrz commented 5 months ago

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