Popularity
1.1
Declining
Activity
0.0
Stable
36
2
2

Programming language: Swift
License: MIT License
Tags: Plugins     Xcode    
Latest version: v2.0.2

QuickJump alternatives and similar libraries

Based on the "Plugins" category.
Alternatively, view QuickJump alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of QuickJump or a related project?

Add another 'Plugins' Library

README

[QuickJump](logo.png)

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:


Demo gif


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

System preferences

License

QuickJump is available under the MIT license. See the [LICENSE](LICENSE) file for more info.


*Note that all licence references and agreements mentioned in the QuickJump README section above are relevant to that project's source code only.