Skip to content

GoldSubmarine/RestfulHelper

Repository files navigation

RestfulHelper

RestfulHelper is for IntelliJ IDEA for quick navigation to URL mapping declarations.

This is a fork from request-mapper. Some bugs have been fixed, and more features will be developed.

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 + Back slash
    • Linux: Ctrl + Back slash
    • Windows: Ctrl + Back slash
  • Navigate (menu bar) -> Request mapping

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
wechat alipay

Thanks to the wechat user (*珩) who always gave me ten CNY to remind me that it's time for an update, that's what keeps me updating!

Installation ⏳

  • Using IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for "RestfulHelper" > Install Plugin

  • Manually:

    Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...

License 📄

This project is licensed under the MIT License.