tintinweb / vscode-inline-bookmarks

Customizable inline Bookmarks for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=tintinweb.vscode-inline-bookmarks
GNU General Public License v3.0
45 stars 14 forks source link

Overview ruler bookmark highlight #35

Closed evegreen closed 3 years ago

evegreen commented 3 years ago

Hi @tintinweb ! Thanks for good useful extension) It is possible to display bookmarks on overview ruler (editor scroll)?

tintinweb commented 3 years ago

Hi @evegreen,

looks like we only display the blue bookmark in the overview 😬. can you confirm? We can easily add the other bookmarks as well. Would it be too cluttered if we display all of them? Should we make this an optional feature or default?

https://github.com/tintinweb/vscode-inline-bookmarks/blob/master/src/features/inlineBookmarks.js#L311

evegreen commented 3 years ago

Screenshot from 2021-05-07 16-55-51

"overviewRulerColor" for each decoId works well for me, thanks! I'm not shure about this default settings without overviewRulerColor disable switcer )