huangbaihua001 / RestfulToolkitX

Restful Toolkit for IntelliJ IDEA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Restful Toolkit For IntelliJ IDEA

Build License Version Downloads

中文

logo.png

What is RestfulToolkitX?

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.

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

searchService.png

Restful Services Window Preview

restServiceWindow.png

Useful Functions Preview

gen_copy.png convert_json.png

Installation

  • 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...

License

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

About

Restful Toolkit for IntelliJ IDEA

License:Apache License 2.0


Languages

Language:Java 99.6%Language:Kotlin 0.3%Language:HTML 0.2%