ryu1kn / vscode-text-marker

Visual Studio Code Extension. Select text in your code and mark all matches. The marking colour is configurable
https://marketplace.visualstudio.com/items?itemName=ryu1kn.text-marker
MIT License
87 stars 17 forks source link

How can I keep the selected text as it is? #68

Open gkcc0625 opened 2 years ago

gkcc0625 commented 2 years ago

How can I keep the selected text as it is? Even if you turn off vs code and run it again I want the selected text to be kept as it is.

image

ryu1kn commented 2 years ago

You can save highlights to your user settings or project settings. Is this what you're after?

  • Save All Highlights (Command ID: textmarker.saveAllHighlights)

    Save all highlights that will be restored when opening an editor.

https://github.com/ryu1kn/vscode-text-marker#commands

gkcc0625 commented 2 years ago

Thank you so much for replying~

[image: image.png] Do it like this (highlight)

[image: image.png] like this

[image: image.png] [image: image.png]

after doing this Save the file...

Turn off VS CODE and turn it back on

If you open this file The highlighted part is not visible.

how do i manipulate can you teach me

2021년 10월 3일 (일) 오후 10:30, Ryuichi Inagaki @.***>님이 작성:

You can save highlights to your user settings or project settings.

-

Save All Highlights (Command ID: textmarker.saveAllHighlights)

Save all highlights that will be restored when opening an editor.

https://github.com/ryu1kn/vscode-text-marker#commands

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ryu1kn/vscode-text-marker/issues/68#issuecomment-932951776, or unsubscribe https://github.com/notifications/unsubscribe-auth/AS5WMC4MEMBBGM4AYBAGAGDUFBSGRANCNFSM5FG7VV3A . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

gkcc0625 commented 2 years ago

When I try again, it works...

Thank you so much for replying. I wanted to use this function like that... I've tried countless times, but it didn't work, so I struggled a lot.

thank you so much I'm Korean ^^;

I'm a YouTuber who runs this kind of thing https://www.youtube.com/c/GKCC_2021/videos

2021년 10월 3일 (일) 오후 10:30, Ryuichi Inagaki @.***>님이 작성:

You can save highlights to your user settings or project settings.

-

Save All Highlights (Command ID: textmarker.saveAllHighlights)

Save all highlights that will be restored when opening an editor.

https://github.com/ryu1kn/vscode-text-marker#commands

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ryu1kn/vscode-text-marker/issues/68#issuecomment-932951776, or unsubscribe https://github.com/notifications/unsubscribe-auth/AS5WMC4MEMBBGM4AYBAGAGDUFBSGRANCNFSM5FG7VV3A . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

sebastian-cao commented 1 year ago

hi,could you tell me how to save highlight again?
The pictures are disappear.>_< Thanks