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] - Edit/move bookmark #477

Open pitommasi opened 2 years ago

pitommasi commented 2 years ago

As the title says: I saved a file externally (had to merge it with another version) and the bookmarks are now all messed up. I can imagine it would be a common issue if you edit a file with another editor than VSCode or in an instance of VSCode where you don't have the bookmark plugin.

Maybe the simplest way to implement this might be an "edit line number" functionality? Like, now you can only edit the label, you can add a line number field in the edit mask?

alefragnani commented 2 years ago

Hi @pitommasi ,

No, you can’t have two attributes on the same input. It must be two separate inputs. Probably two commands.