Mahm00d
Mahm00d

Reputation: 3921

How to disable marking occurences in Android Studio?

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

Answers (1)

Mahm00d
Mahm00d

Reputation: 3921

I found it:

Editor -> Highlight on Caret Movement -> Highlight usages of element at caret.

Disabling it did the job!

enter image description here

Upvotes: 2

Related Questions