문제

What is the "Abbreviation" feature in IntelliJ IDEA Keymap for? Web help on Keymap is silent about it.

IntelliJ Keymap abbreviation screenshot

도움이 되었습니까?

해결책

According to Andrey Dernov from JetBrains Support:

You use abbreviation added in keymap for quick search an action when "Search everywhere" (double Shift).

After adding "foobar" abbreviation to Git annotation command.

enter image description here

I can find the abbreviation and invoke the command with double Shift.

enter image description here

Unfortunately, the functionality does not support partial entry.

enter image description here

I personally find Shift-⌘-A easier to use in that case, because the results are limited to commands only.

PS: JetBrains support rocks!

Update: There was a follow-up from JetBrains:

The feature was recently added in IDEA, we haven't had time to update the documentation yet. We will do it in near future.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top