Awesome
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.xcodeproj
file - 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 mode
to add the char mode shortcutQuickJump: word mode
to add the word mode shortcutQuickJump: line mode
to add the line mode shortcut
License
QuickJump is available under the MIT license. See the LICENSE file for more info.