If I did not miss this, there is no such option in the Xcode 4 settings. Is there a way (extension, plugin, etc.) to achieve this visual feedback?
A google search "xcode 4 highlight the current line" in vain ...
Or was there a deliberate omission of this (rudimentary) function?
Related question
Also, if someone can respond to highlighting a selection (symbol) , do it.
Install CurrentLineHighlighter.dylib problem
After completing these two
$ defaults write /PATH/TO/Xcode.app/Contents/Info LSEnvironment -dict DYLD_INSERT_LIBRARIES /PATH/TO/CurrentLineHighlighter.dylib $ /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister -v -f /PATH/TO/Xcode.app
Xcode stops working (and Spotlight cannot find Xcode either).
/PATH/TO/CurrentLineHighlighter.dylib was actually inside the Xcode Contents folder: /Applications/Xcode.app/Contents/Developer/usr/CurrentLineHighlighter.dylib
source share