requestmapper
requestmapper copied to clipboard
🔍 Request mapper is a plugin for IntelliJ IDEA for quick navigation to URL mapping declarations
java.lang.AbstractMethodError: Receiver class com.viartemev.requestmapper.RequestMappingItemProvider does not define or inherit an implementation of the resolved method 'abstract boolean filterElements(com.intellij.ide.util.gotoByName.ChooseByNameViewModel, java.lang.String, boolean, com.intellij.openapi.progress.ProgressIndicator, com.intellij.util.Processor)' of interface com.intellij.ide.util.gotoByName.ChooseByNameItemProvider. at com.intellij.ide.actions.searcheverywhere.AbstractGotoSEContributor.lambda$fetchWeightedElements$4(AbstractGotoSEContributor.java:291) at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1078) at...
**Describe the bug** This plug-in I use after 2020.3 invalid situation, input any URL has no result **Versions** - Plugin version: 1.0 - IntelliJ IDEA version: 2020.3 
**Is your feature request related to a problem? Please describe.** I really like this plugin. It is very helpful in my every day work. There is one thing I'm probably...
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`. ```java...
Hello, Thank you for your plugin! It is very cool. And thank you for checking and correcting the previous mr. I know - it wasn't good. I add @FeignClient support...
**Describe the bug** plugin show first 30 mapped requests and doing find over that 30 only. For search by all mapped requests have to press to "..." row. If that...
e.g., 
Compatibility verification issue for the plugin: > Plugin descriptor plugin.xml does not include any module dependency tags. The plugin is assumed to be a legacy plugin and is loaded only...