alefragnani / vscode-bookmarks

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

[BUG] - extension removes ability to Ctrl+click to navigate to a function #664

Closed thready closed 8 months ago

thready commented 8 months ago

The extension, when enabled, prevents Ctrl+click to work when you want to navigate to a function definition.

Environment/version python language mode

Steps to reproduce

  1. Ctrl + click on a fn name.
  2. When extension is enabled, this doesn't work.
thready commented 8 months ago

It's working now. Not sure what happened. But it was reproducible more than once, but now it works. Bizarre. Maybe it's intermittent. Closing until I can reproduce.

alefragnani commented 7 months ago

Hi @thready ,

Not sure what has happened, but the extension shouldn't affect code navigation as you reported. It does not handle/intercept any ctrl + click event anywhere in the source code, nor the icon and/or line background you can customize, should interact with it. Really weird.

Anyway, it is working now so, good to know.

Hope this helps