Reputation: 3921
Marking instances (occurrences) of a variable always distracts me when coding. In Eclipse there was an option called Toggle Mark Occurrences... (or something like this) to disable/enable it.
Where can I find a similar option in Android Studio?
Upvotes: 1
Views: 615
Reputation: 3921
I found it:
Editor -> Highlight on Caret Movement -> Highlight usages of element at caret.
Disabling it did the job!
Upvotes: 2