seanmcl
seanmcl

Reputation: 9946

Intellij version of Emacs' Meta-X

Emacs has the nice property of being able to access any command using Meta-X and typing the name of the command (with completion). Does IntelliJ have such a feature? For example, I installed the line sorter plugin, but I keep forgetting what keybinding I set for it because I use it rarely. In Emacs I'd do M-x sort-lines.

Upvotes: 1

Views: 311

Answers (1)

Chris McMahan
Chris McMahan

Reputation: 2680

Try

Ctrl-Shift A

It searches through commands as you type, showing the keyboard shortcuts as well.

Upvotes: 2

Related Questions