asvd / microlight

highlights code in any programming language
http://asvd.github.io/microlight
MIT License
1.48k stars 63 forks source link

Highlight selected keyword #8

Closed ali4ever4 closed 8 years ago

ali4ever4 commented 8 years ago

This is really a gem , thank you for working on it

I was thinking since the main purpose of it is enhance code readability , a useful feature will be:

The reader may need to track a specific variable so selecting it in code all reoccurrence of the variable can get highlighted in a different way to make it faster for the eye to track whats happening to that variable

well I mainly wanted to thank you for the great work and then thought to just suggest this feature that came to my mind if the suggestion goes with the values and goals of this project please do add as a feature

asvd commented 8 years ago

Thanks for feedback. This feature is already built-in in a browser. Just push Ctrl+F and type the variable to highlight ;-)