Skip to content

A set of auxiliary tools for Restful service development Provides a display window of Services tree Double click the URL to jump directly to the corresponding method definition A simple http request tool Support Spring system (Spring MVC / Spring Boot) Support JAX-RS Support `Navigate-> Request Service` search Mapping (Ctrl + Alt + /)

License

Notifications You must be signed in to change notification settings

javalover123/RestfulTool2

Repository files navigation

RestfulTool2

一直用这个,原插件停更了,试了几个其他的没这个顺手,就克隆了一份适配了IntelliJ Platform 2.x平台

  • 测试最小版本: 242 (2024.2)
  • 测试最大版本: 252 (2025.2.2)

这不是原插件RestfulTool

前言

由于RESTFulTool插件原作者不更新了,IDEA.242及以上版本不再适配,所以参照原作者的插件项目制作了此插件。
如果您觉得还不错,麻烦帮我点个start吧(* ̄︶ ̄)

介绍

RestfulTool2

GitCode

    A set of auxiliary tools for Restful service development
  • Provides a display window of Services tree
  • Double click the URL to jump directly to the corresponding method definition
  • A simple http request tool
  • Support Spring system (Spring MVC / Spring Boot)
  • Support JAX-RS
  • Support `Navigate-> Request Service` search Mapping (Ctrl + Alt + /)

  • 一套 Restful 服务开发辅助工具集
  • 提供了一个 Services tree 的显示窗口
  • 双击 URL 直接跳转到对应的方法定义
  • 一个简单的 http 请求工具
  • 支持 Spring 体系 (Spring MVC / Spring Boot)
  • 支持 JAX-RS
  • 支持 `Navigate -> Request Service` 搜索 Mapping (Ctrl + Alt + /)

安装

  1. 从GitCode发行版页面下载

使用

  • 搜索
    • navigation(导航) > Request Service
    • 快捷键
      • 默认:Ctrl + Alt + /
      • 更换:Setting > keymap > Plug-ins > RestfulTool2
  • 视图
    • right tool window(右侧工具栏) > RestfulTool2
  • gif

Fork

  • 增加适配图标
    • 将16x16的svg图标文件放入/icons/method/{图标主题名}

    • 图标命名方式(只支持 png | svg 格式):

      FileName Directions
      GET.[svg,png] GET方式请求的默认图标
      GET_select.[svg,png] GET方式请求的选中图标
      POST.[svg,png] POST方式请求的默认图标
      POST_select.[svg,png] POST方式请求的选中图标
      ${HttpMethod}[_select].[svg,png] HttpMethod方式请求的(选中)图标
    • 参考/icons/method/default/icons/method/cute

参考

About

A set of auxiliary tools for Restful service development Provides a display window of Services tree Double click the URL to jump directly to the corresponding method definition A simple http request tool Support Spring system (Spring MVC / Spring Boot) Support JAX-RS Support `Navigate-> Request Service` search Mapping (Ctrl + Alt + /)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages