Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are these yellow spacers in Xcode?

Tags:

xcode

xcode5

Just came back to my desk and Xcode keeps highlighting/underlining white space in files. If I type something it goes away, but if I switch tabs and come back, they reappear.

UPDATE: this isn't caused by the "show invisibles" option. That looks different (try it).

enter image description here

like image 455
Marty Avatar asked Jan 10 '23 14:01

Marty


1 Answers

You seem to have a search active. Look in your search bar at the top and you should find a " " character. Xcode is highlighting all instances of the matching space character.

like image 121
enjayem Avatar answered Feb 05 '23 01:02

enjayem