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] - Support Renaming a bookmark #732

Closed guuzaa closed 2 months ago

guuzaa commented 2 months ago

Now, we can add and remove a vanilla bookmark or a labeled bookmark, as shown in the left part of the following picture. However, why not implement a renaming feature that allows us to change the label of a vanilla or labeled bookmark to another vanilla or labeled bookmark? As the right part of the following picture shows.

image

alefragnani commented 2 months ago

Hi @guuzaa ,

This is already possible, using the Bookmarks: Toggle Labeled command.

Hope this helps

guuzaa commented 2 months ago

Hi @alefragnani I've tried that, and it actually works. Thank you for your suggestion. However, I'm used to use the right button to toggle bookmarks. Is it possible to move this function to the right button, as follows? image

alefragnani commented 2 months ago

Hi @guuzaa ,

Good to know it works! And about the improvement, yes, something like it could be added.

Hope this helps