in Xcode can you have it automatically highlight references to the selected object like in eclipse? -
In Eclipse, when you click a variable on a variable name, or for example the object, then the same people Highlights are easier to find elsewhere in the code.
Does Xcode have any similar attributes?
You can highlight them by using a search operation:
if If you have chosen a word, then press CMD + E (Search based on current selection), CMD + F (Show search bar), then CMD + G (Next Search) CMD + E, CMD + F and CMD + G. By using prudent usage you can become very productive in Xcode (or other OS X app for that matter)
Comments
Post a Comment