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

Bookmark title on hover? #375

Closed ernal69 closed 3 years ago

ernal69 commented 3 years ago

Is it possible to make the name of the bookmark appear (tool tip type bubble) when you hover over the bookmark in the code editor? It would be extremely handy to be able to quickly scan bookmarks this way.

alefragnani commented 3 years ago

Hi @ernal69 ,

This has been already requested before in #250 and #318, but it depends on VS Code APIs, which doest not exists today, nor has been planned (https://github.com/microsoft/vscode/issues/28080).

I'm subscribed to that issue, so if/when the VS Code team releases the API, I could add to the extension.

Hope this helps