# RestfulHelper **Repository Path**: Z8gO/RestfulHelper ## Basic Information - **Project Name**: RestfulHelper - **Description**: RestfulHelper RestfulHelper RestfulHelper - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-09 - **Last Updated**: 2023-12-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
logo

RestfulHelper

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

This is a fork from [request-mapper](https://plugins.jetbrains.com/plugin/9567-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](https://github.com/GoldSubmarine/RestfulHelper) * Share this plugin with your friends/colleagues * Rate this plugin on [JetBrains plugin repository](https://plugins.jetbrains.com/plugin/17400-restfulhelper) * Make pull requests * Report bugs * Tell your ideas | โšก **wechat** | โšก **alipay** | | ------------------------ | ------------------------ | ||| ## Installation โณ - Using IDE built-in plugin system: Settings/Preferences > Plugins > Marketplace > Search for "RestfulHelper" > Install Plugin - Manually: Download the [latest release](https://github.com/GoldSubmarine/RestfulHelper/releases/latest) and install it manually using Settings/Preferences > Plugins > โš™๏ธ > Install plugin from disk... ## License ๐Ÿ“„ This project is licensed under the MIT License.