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
47 stars 14 forks source link

Could we please see an option to allow the icon color to get fetched from the text color? #30

Closed ItsCubeTime closed 3 years ago

ItsCubeTime commented 3 years ago

If it was to be implemented I would happily make and share custom styles for the following bookmarks (with there coresponding colors/shades):

image

tintinweb commented 3 years ago

I think one problem I faced, in the beginning, was that gutter icons cannot be generated on demand (in memory). I'll check if anything changed with this and keep it as a feature request for now.

cheers.

ItsCubeTime commented 3 years ago

If it's to any use, there is another extension, "comment anchors" which has this feature. It's open source here on github as well.

Another thing I think would be neat is if the extension could automatically refresh itself when changes happen to the settings.json file. Or just a simple refresh button somewhere otherwise.

Great extension btw

rkodey commented 3 years ago

If it's to any use, there is another extension, "comment anchors" which has this feature. It's open source here on github as well. Great extension btw

Thanks @ItsCubeTime for the tip! I found a similar approach in GitLens that was fairly simple to add in. Hopefully @tintinweb can merge my pull requests for you quickly!