requestmapper icon indicating copy to clipboard operation
requestmapper copied to clipboard

Resolve shortcut conflict in IntelliJ Ultimate

Open jreznot opened this issue 5 years ago • 0 comments

Hi, In order to disable standard Navigate - URL Mapping action in IntelliJ IDEA 2020.3 the plugin may remove its shortcut on the project opening, for instance, from StartupActivity.

KeymapManager.getInstance().getActiveKeymap().removeAllActionShortcuts("GotoUrlAction");

Hope it will help existing users to continue using the plugin.

jreznot avatar Dec 16 '20 13:12 jreznot