The author of RestfulToolkit no longer maintains it, and it is not compatible with the latest version of IDEA, and other versions based on it are not compatible with the latest IDEA either. So I fork it. This branch will continue to be compatible with the latest version of IDEA, and will also include some useful features.
- Based on IntelliJ Platform Plugin Template, support for Java 8 , IDEA 2020.2 .
- Supports Java and Kotlin languages, Spring framework (Spring Boot / Spring MVC),JAX-RS.
- Quick search url to navigate to service declaration. ( use: Ctrl \ or Ctrl Alt B ) .
- Show Restful services structure.
- A simple http request tool.
- Generate&Copy Query Param, Generate&Copy URL on the request method.
- Convert java class to JSON; format json data ( Windows: Ctrl Enter; Mac: Command Enter ) .
Quick Search URL Preview
Restful Services Window Preview
Useful Functions Preview
-
Using IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for " RestfulToolkitX" > Install Plugin
-
Manually:
Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
RestfulToolkitX is under the Apache 2.0 license. See the Apache License 2.0 file for details.
Plugin based on the IntelliJ Platform Plugin Template