2

Xcode does not highlight the selected instance in the editor.

Xcode - Text Editing preference has an option to enable/disable selected code/symbol highlight. And it's enabled there, but it still doesn't work in the editor.

enter image description here

Here is a snapshot of my editor code, with the selected instance.

enter image description here

I'm using Xcode 9.3-beta2.

Here is a similar question, but it's related to changing the highlight color: Make Xcode highlight selected symbol more

jkdev
  • 11,360
  • 15
  • 54
  • 77
Krunal
  • 77,632
  • 48
  • 245
  • 261

1 Answers1

5

Did you try just to click on a symbol? If I do that it will highlight all instances. Below I just placed the cursor on NSNotificationCenter by clicking on it. So, do not select the word, only place the cursor in it.

enter image description here

LGP
  • 4,135
  • 1
  • 22
  • 34