AceJump-like plugin for Xcode
QuickJump allows you navigate to any visible position in the editor.
Just Toggle QuickJump, type a character and then type the matching character
See demo:
Features
- Word mode
Jump to first char of the word - Char mode
Jump to any char on the screen - Line mode
Jump to begining of any line on the screen 
Installation
- Clone the project
 - Fetch submodules 
git submodule update --init --recursive - Open 
QuickJump.xcodeprojfile - Build project and restart Xcode
 
Set shortcut
Go to System Preferences > Keyboard > Shortcuts > App shortcuts and press the + button
Then chose Xcode and change menu title to:
QuickJump: char modeto add the char mode shortcutQuickJump: word modeto add the word mode shortcutQuickJump: line modeto add the line mode shortcut
License
QuickJump is available under the MIT license. See the LICENSE file for more info.



                
                
I think it may be more useful for me.