Highlight current line in Xcode 4 editor?

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

+2
source share
1 answer

I am the author of this (old) code. The more current (and safer) version is now part of Xcode4-Fixins . This is much easier to handle, as it is actually an Xcode plugin.

+11
source

All Articles