Idea配置
# 精准筛选匹配文件
In "Find in Path" and "Find in Files" (Ctrl+Shift+F) you can use the "File mask" input.
*.go,!*pb.go,!*validate.go
1
参考:https://stackoverflow.com/questions/22143881/how-to-exclude-a-file-extension-from-intellij-idea-search
# 快速找到接口
双击 shift,粘贴接口即可拼接 Request Mapping 和对应的接口端点
# 快速查找文件
- control 加 n ----> 查找 Class
- control 加 shift 加 n ----> 查找 File
完善页面 (opens new window)