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

Jump to next shortcut not working anymore :( #331

Closed Shahor closed 4 years ago

Shahor commented 4 years ago

Hello 👋

Thank you very much for this extension, huge improvement on vscode <3

Sadly, as of late I've noticed the cmd + alt + l for jump to next doesn't work anymore :'( This just stopped working and to my knowledge I don't have apps overriding that shortcut.

Bookmarks version: 11.3.1 Vscode: 1.49.0

Let me know if I can provide any more helpful informations

alefragnani commented 4 years ago

Hi @Shahor ,

Thanks for your kind words. I’m glad to know the extension helps you 👍

You are probably facing a shortcut conflict with other extension, or VS Code itself. I know Linux uses this shortcut as well.

You could check for conflicts using the Preferences: Open Keyboard Shortcuts command. Then, just type Ctrl Alt L, and VS Code will show all commands with this keyboard shortcut.

Hope this helps

Shahor commented 4 years ago

image

I have conflicts indeed, but vscode doesn't make it easy knowing where those come from 🤔 They don't seem linked to an extension though 🤔

alefragnani commented 4 years ago

Yep, it’s not that easy. I think the user should be notified when this happens (at least a warning message) but it doesn’t.

If it’s not related to some extension, it must be native (VS Code itself). Probably added in recent releases.

Now you have to remove the others keybindings to avoid conflicts and you should be good to go.

Hope this helps