1
0
mirror of https://github.com/chylex/IntelliJ-AceJump.git synced 2025-01-02 19:42:48 +01:00
IntelliJ platform plugin to quickly jump in the editor. https://plugins.jetbrains.com/plugin/7086-acejump
Go to file
Breandan Considine 85a55694b0 Fix algorithm
2016-10-04 11:40:52 -04:00
gradle/wrapper Change permissions on Linux 2016-07-27 00:23:43 -04:00
src/main Fix algorithm 2016-10-04 11:40:52 -04:00
.editorconfig Migrate code style to EditorConfig, exclude .idea/ 2016-09-28 15:06:41 -04:00
.gitignore Migrate code style to EditorConfig, exclude .idea/ 2016-09-28 15:06:41 -04:00
build.gradle Update Kotlin version 2016-09-28 15:12:34 -04:00
gradlew Change permissions on gradlew for Mac users 2016-03-12 15:24:28 -05:00
gradlew.bat Change permissions on Linux 2016-07-27 00:23:43 -04:00
README.md enter is ⏎ on certain keyboards 2016-09-28 15:02:19 -04:00

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