Skip to content

ryankask/AceJump

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AceJump

AceJump is a plugin for the IntelliJ Platform that lets you jump to any symbol in the editor with just a few keystrokes.

Jump Points

Hitting the keyboard shortcut for AceJump (Ctrl+; by default) will activate a tooltip overlay. Press any of the illustrated key combinations in sequence, and the cursor will immediately jump to that location in the editor.

Installing

AceJump can be installed by the unzipping the contents of AceJump.zip into:

  • $HOME/.IdeaIC<Major Version>/config/plugins/ if you are using IntelliJ IDEA Community, or
  • $HOME/.IntellijIdea<Major Version>/config/plugins/ if you are using IntelliJ IDEA Ultimate

You can also install AceJump directly from the IDE, via File | Settings | Plugins | Browse Repositories... | 🔍 "AceJump".

Install

Configuring

You can change the default keyboard shortcut, by visiting File | Settings | Keymap | 🔍 "AceJump" | AceJump | Enter.

Keymap

Building

In order to build AceJump from the source, clone this repository and run ./gradlew buildPlugin.

History

  • 2.0.6 Fixing "lost focus" bugs mentioned here: acejump#41
  • 2.0.5 Fixing "backspace" bugs mentioned here: acejump#20
  • 2.0.4 Fixing "code folding" bugs mentioned here: acejump#24
  • 2.0.3 More work on Ubuntu focus bug
  • 2.0.2 Fixed bug when there's only 1 search result
  • 2.0.1 Fixing Ubuntu focus bug
  • 2.0.0 Major release: Added "target mode", many speed increases, mutli-char search implemented
  • 1.1.0 Switching to Kotlin for the code base
  • 1.0.4 Fixing acejump#9 and acejump#6
  • 1.0.3 Fixed minor visual lag when removing the "jumpers" from the editor
  • 1.0.2 Cleaning up minor bugs (npe when editor not in focus, not removing layers)
  • 1.0.1 Adding a new jump: "Enter" will take you to the first non-whitespace char in a new line (compare to "Home" which takes you to a new line)
  • 1.0.0 Cleaned up code base for release

About

A single char search, select, and jump

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 56.0%
  • Java 44.0%