https://github.com/wiruzx/QuickJump
Quick code navigation for Xcode
https://github.com/wiruzx/QuickJump
Last synced: 5 months ago
JSON representation
Quick code navigation for Xcode
- Host: GitHub
- URL: https://github.com/wiruzx/QuickJump
- Owner: wiruzx
- License: mit
- Created: 2015-05-25T15:30:19.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-10-26T12:26:26.000Z (over 6 years ago)
- Last Synced: 2024-11-12T05:38:10.857Z (5 months ago)
- Language: Swift
- Homepage:
- Size: 473 KB
- Stars: 37
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ios-cn - 官网
README

[AceJump](http://www.emacswiki.org/emacs/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
1. Clone the project
2. Fetch submodules `git submodule update --init --recursive`
3. Open `QuickJump.xcodeproj` file
4. 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 shortcut
- `QuickJump: word mode` to add the word mode shortcut
- `QuickJump: line mode` to add the line mode shortcut
## License
QuickJump is available under the MIT license. See the [LICENSE](LICENSE) file for more info.