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] Add a new "Edit bookmarks's line/position" command #678

Closed alefragnani closed 6 months ago

alefragnani commented 10 months ago

Discussed in https://github.com/alefragnani/vscode-bookmarks/discussions/666

Originally posted by **JoseCarlosGZ** November 17, 2023 Hello, I am a frequent user of the VSCode Bookmark extension and I really appreciate the work you have done so far. I would like to suggest a new feature that I think could further improve the application. I am explaining the case where we set a new label in the code, for example in line number 1000 of a particular file of our project, pointing to a specific statement that we want to have direct access. If we later modify the code of this file by adding, for example, 50 new lines of code before where we have our label (line 1000), then this label will no longer point to the statement to which we had set it. To solve this, instead of deleting the label and creating another one with the same name on line 1050, it occurs to me that it would be faster to edit the line number the label points to directly: https://i.imgur.com/Mr5OxZT.png PS. I appreciate your consideration and am happy to provide further details or clarification if required. Thank you for your time and hard work on Bookmarks 😊👍. Kind regards, Jose Carlos
alefragnani commented 6 months ago

Just noticed it is a duplicate of #477