alefragnani / vscode-bookmarks

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

[FEATURE] - Bookmarks from file text #671

Closed number65259 closed 7 months ago

number65259 commented 7 months ago

Again, great extension!

Requesting a command that can generate bookmarks from text tags stored in the file. Ex, if I set '### ' as a bookmark tag in extension preferences, instances of '### ' on a line will create a bookmark with the rest of the line as a label on execution. Ex:

-- ### Create table

-- ### Run

-- ### Cleanup

Should create 3 bookmarks with labels on execution: Create Table, Run, Cleanup. If function encounters an existing label in bookmark records for the file, line record should be updated when command is run.

number65259 commented 7 months ago

Closed per response here:

https://github.com/alefragnani/vscode-bookmarks/issues/172#issuecomment-754264679