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] - Show bookmarks in Minimap #584

Open mbomb007 opened 1 year ago

mbomb007 commented 1 year ago

The VS Code Minimap can be enabled with

"editor.minimap.enabled": true,

Bookmarks allows changing the background colors, etc, and I'd like to have the minimap show the same colors. As-is, the minimap shows the bookmarked lines as if they weren't bookmarked.

alefragnani commented 1 year ago

Hi @mbomb007 ,

This has already been requested in #54, but just like back then, we still need an API for that.

Right now, there is an open issue for such API https://github.com/microsoft/vscode/issues/82808, but no ETA.

I'll leave this issue opened for a while. Maybe this new API could be available in the upcoming releases and the extension could be updated to support that as well.

Hope this helps