requestmapper icon indicating copy to clipboard operation
requestmapper copied to clipboard

🔍 Request mapper is a plugin for IntelliJ IDEA for quick navigation to URL mapping declarations

Results 17 requestmapper issues
Sort by recently updated
recently updated
newest added

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...

bug

**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 ![image](https://user-images.githubusercontent.com/33155330/114409013-96338000-9bdc-11eb-9a51-114b4e591a76.png)

bug

**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...

feature

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...

feature

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...

bug

e.g., ![image](https://user-images.githubusercontent.com/45258883/84972626-dd361d80-b151-11ea-9a62-9259c2244f6c.png)

feature

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...

bug