I’m not sure if a plug-in I have is doing this or not, so bear with me:
If I have a variable all over the place, I can make a text selection of that variable, and all other instances of that variable are highlighted with a border around them.
This feature seems to be contextually smart. I had a variable literally named ‘o’. When I selected it, it knew to only highlight instances of it as a variable in accordance with the coding language (javascript), and disregard the o’s that appear in other words.
The issue is that I’m not finding a way to turn those smart highlights into real selections. The menu option “Quick Find All” is not smart and will select every instance of ‘o’, variable or not.
Does anyone know of a way to convert this smart contextual instance highlighting into real selections?