viartemev / requestmapper

πŸ” Request mapper is a plugin for IntelliJ IDEA for quick navigation to URL mapping declarations

Home Page:https://plugins.jetbrains.com/plugin/9567-request-mapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

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
  • Make pull requests
  • Report bugs
  • Tell your ideas

Demo

About

πŸ” Request mapper is a plugin for IntelliJ IDEA for quick navigation to URL mapping declarations

https://plugins.jetbrains.com/plugin/9567-request-mapper

License:MIT License


Languages

Language:Kotlin 100.0%