Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1.06 KB

README-CH.md

File metadata and controls

30 lines (17 loc) · 1.06 KB

annotation-tool(IntelliJ IDEA 插件)

Annotation Tool Plugins

English Document

IntelliJ Java注解插件,通过搜索注解属性值(自定义配置),快速跳转到对应注解位置。

useDemo

使用场景

  • 快速跳转到Spring Controller层的注解定义(@RestController, @GetMapping, @PostMapping等等)
  • RPC接口注解定义等

功能

  • 通过搜索注解属性值,快速跳转到对应注解位置

使用

Ctrl+Alt+A -> 搜索

配置

config

参考

RestfulToolkit: https://github.com/mrmanzhaow/RestfulToolkit