Skip to content

deulabs/blaze-nav

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blaze-nav

blaze-nav - blaze fast navigation plugin for IntelliJ and derivatives (IDEA, PHPStorm, AppCode, WebStorm, PyCharm, RubyMine) inspired by ace-jump-mode for Emacs. In comparison with similar plugin blaze-nav stays more closely to Emacs version and is less visually noisy.

Software requirements

At the moment blaze-nav is compatible with latest versions of JetBrains IDEs (IntelliJ IDEA 12 / 13 EAP, PHPStorm 6, AppCode 2.1, etc).

Installation

Download plugin and save it locally. Next, open IntelliJ plugin settings page, press 'Install plugin from disk…' button and select the file downloaded. Restart IDE.

Hotkeys

  1. ctrl + ; - navigate to a word start;
  2. ctrl + alt + ; - navigate to any letter or symbol;
  3. ctrl + ' - navigate to a line.

These can be reassigned in settings - enter 'blaze nav' in filter on keymap preferences page to quickly locate them.

How it works

Initial screen

Navigate to word

Having some text opened in editor, issue ctrl + ; and enter letter or number which starts a word. Matching characters will be highlighted:

Blaze fast navigate to word start

Next, enter one of the highlighted letters to move cursor to its position:

Blaze fast navigate to word start continued

This way you can quickly navigate to any words on the screen with at most three times key press. When only single candidate exists, you'll be moved immediately.

Navigate to symbol

To quickly navigate to any character on the screen, issue ctrl + alt + ; and enter the symbol you need to navigate to:

Blaze fast navigate to symbol start

Similarly, enter one of the highlighted letters to move cursor to its position:

Blaze fast navigate to symbol continued

Navigate to line

To navigate to some visible line start, issue ctrl + '. Shortcuts for each line appear:

Blaze fast navigate to line start

Select one you need to move cursor to:

Blaze fast navigate to line continued

Reporting bugs

Use Github issues page to report problems, suggest ideas and request new features.

About

blaze-nav - blaze fast navigation plugin for IntelliJ and derivatives.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published