Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/viartemev/requestmapper
🔍 Request mapper is a plugin for IntelliJ IDEA for quick navigation to URL mapping declarations
https://github.com/viartemev/requestmapper
helidon http idea-plugin intellij intellij-idea intellij-plugin jax-rs jetbrains-plugin micronaut navigation request-mapper spring spring-mvc
Last synced: about 1 month ago
JSON representation
🔍 Request mapper is a plugin for IntelliJ IDEA for quick navigation to URL mapping declarations
- Host: GitHub
- URL: https://github.com/viartemev/requestmapper
- Owner: viartemev
- License: mit
- Created: 2017-03-09T05:58:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-03T21:34:12.000Z (2 months ago)
- Last Synced: 2024-09-27T05:04:40.538Z (about 2 months ago)
- Topics: helidon, http, idea-plugin, intellij, intellij-idea, intellij-plugin, jax-rs, jetbrains-plugin, micronaut, navigation, request-mapper, spring, spring-mvc
- Language: Kotlin
- Homepage: https://plugins.jetbrains.com/plugin/9567-request-mapper
- Size: 11.5 MB
- Stars: 118
- Watchers: 6
- Forks: 22
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Request Mapper
Request mapper is #2 plugin for IntelliJ IDEA for quick navigation to URL mapping declarations with over 110 000 downloads.
## Plugin info
#### Supported languages:
- Java
- Kotlin#### Supported annotations:
| Spring | JAX-RS | Micronaut | Helidon (JAX-RS) |
|:-:|:-:|:-:|:-:|
| ```@RequestMapping``` | | | |
| ```@GetMapping``` | ```@GET``` | ```@Get``` | ```@GET``` |
| ```@PostMapping``` | ```@POST``` | ```@Post``` | ```@POST``` |
| ```@PutMapping``` | ```@PUT``` | ```@Put``` | ```@PUT``` |
| ```@DeleteMapping``` | ```@DELETE``` | ```@Delete``` | ```@DELETE``` |
| ```@PatchMapping``` | ```@PATCH``` | ```@Patch``` | ```@PATCH``` |
| | ```@OPTIONS``` | ```@Options``` | ```@OPTIONS``` |
| | ```@HEAD``` | ```@Head``` | ```@HEAD``` |## Usage
- Search everywhere (```Shift``` twice)
- Keyboard shortcuts:
- MacOS: ```Cmd + Shift + Back slash```
- Linux: ```Ctrl + Shift + Back slash```
- Windows: ```Ctrl + Shift + Back slash```
- Navigate (menu bar) -> Request mapping## Contributors
Thanks to all people who have contributed to this plugin:
+ [Dmitry Chuiko](https://github.com/dchuiko)
+ [Paul Finkelshteyn](https://github.com/asm0dey)
+ [Pyltsin Mikhail](https://github.com/pyltsin)## Support the project
You can support the project by the following actions:
* Star this project on GitHub
* Share this plugin with your friends/colleagues
* Rate this plugin on [JetBrains plugin repository](https://plugins.jetbrains.com/plugin/9567-request-mapper)
* Make pull requests
* Report bugs
* Tell your ideas## Demo
![](art/requestmapper.gif)