Simple plugin that will highlight all occurences of the word under the cursor (a la Eclipse)
Handy to see where the current variable/function is used.
Simple plugin that will highlight all occurences of the word under the cursor (a la Eclipse)
Handy to see where the current variable/function is used.
Traceback (most recent call last):
File ".\sublimeplugin.py", line 88, in execApplicationCommand
File ".\HighlightCurrentWord.py", line 49, in run
AttributeError: 'View' object has no attribute 'eraseRegions'
Traceback (most recent call last):
File ".\sublimeplugin.py", line 88, in execApplicationCommand
File ".\HighlightCurrentWord.py", line 47, in run
File ".\HighlightCurrentWord.py", line 38, in onSelectionModified
AttributeError: 'View' object has no attribute 'addRegions'
i got this, when i try to de /activated it, and it’s not working