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

[FEATURE] - Numbered bookmarks + shortcuts #547

Closed matt-winfield closed 2 years ago

matt-winfield commented 2 years ago

I would like the ability to create a numbered bookmark using a keyboard shortcut such as CTRL + SHIFT + (0-9), and navigate to those bookmarks using another shortcut such as CTRL + (0-9).

This feature idea comes from IntelliJ Rider, and I use it quite a lot for quick navigation, it minimises the amount of typing required.

alefragnani commented 2 years ago

Hi @matt-winfield ,

For a numbered bookmarks feature, you should use my other Numbered Bookmarks extension

It is inspired on Delphi bookmarks, which was my main IDE/Language for a long time.

You can have both extensions installed, and use them on the same project at the same time. No conflicts.

Hope this helps