Sublime Forum

Permanent Highlight Text

#1

Hello,

I was wondering if there is a way to keep a certain amount of text constantly highlighted?

For example, If I highlight some of my code (with the mouse) I wanna know if there is an option to keep it highlighted ‘forever’ so that I can continue writing code, but that part which I selected earlier will still stay highlighted.

I have some code which I have to look back at in the future, however, I know I will forget which part of the code it is if I continue writing without highlighting it somehow.

Thank you,
ImperfectLion

(Please let me know if you don’t understand)

0 Likes

#2

Perhaps something like https://packagecontrol.io/packages/StickySearch? I haven’t used it personally, but based on the description, it looks like it might work.

0 Likes

#3

Also it’s possible to give a scope to a region with a plugin, so you should be able to achieve that.

But a simpler way could be to use bookmarks (f2) or a plugin to list TODO in your project

0 Likes

#4

Thank you :smiley: Works perfectly!

0 Likes