alefragnani / vscode-bookmarks

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

[FEATURE] - Toggle bookmarks via the mouse when bookmarks exist #731

Closed huangyxi closed 5 months ago

huangyxi commented 5 months ago

Version 13.5 supports toggling bookmarks via the mouse when no bookmarks are added, which is very convenient when the default shortcut ⌥⌘K is hard to trigger with one hand. However, to add a bookmark without using shortcuts after the first bookmark, it still requires three steps: right-click on the line -> Bookmarks -> Toggle. In this case, I suggest adding a permanent button to toggle bookmarks in the bookmarks explorer.

image
huangyxi commented 5 months ago

I'd like to contribute to this feature if possible.

alefragnani commented 5 months ago

Hi @huangyxi ,

VS Code supports customization of any keybinding so, if you feeld Cmd+Alt+K is hard to trigger with one hand, you are free to change to whatever keybinding you feel easier to use.

The Add bookmark command in the Side Bar, on he other hand, is already being tracked in #319.

Hope this helps