requestmapper
requestmapper copied to clipboard
Resolve shortcut conflict in IntelliJ Ultimate
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.