Annotation Tool(注解工具-IntelliJ IDEA 插件)

1,405 阅读1分钟

GitHub源码
Plugin地址

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

annotation-tool.gif

使用场景

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

功能

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

使用

Ctrl+Alt+A -> 搜索

参考

RestfulToolkit: github.com/mrmanzhaow/…