Skip to content

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

License

Notifications You must be signed in to change notification settings

ikopysov/requestmapper

 
 

Repository files navigation

Request Mapper

Request mapper is a plugin for IntelliJ IDEA for quick navigation to URL mapping declarations.
JetBrains plugin JetBrains plugin JetBrains IntelliJ FOSSA Status

Status

codecov Open Source Helpers Known Vulnerabilities

Plugin info

Supported annotations:
  • Spring
    • @RequestMapping
    • @GetMapping
    • @PostMapping
    • @PutMapping
    • @PatchMapping
    • @DeleteMapping
  • JAX-RS
    • @GET
    • @POST
    • @PUT
    • @DELETE
    • @HEAD
    • @OPTIONS
    • @PATCH

Contributing

Thanks to all people who have contributed to this plugin:

Usage

  • Keyboard shortcuts:
    • MacOS: Cmd + Shift + Back slash
    • Linux: Ctrl + Shift + Back slash
    • Windows: Ctrl + Shift + Back slash
  • Navigate (menu bar) -> Request Mapping
  • Click Shift twice -> request mapping

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 100.0%