# IntelliJ IDEA
IntelliJ IDEA (opens new window) 是面向专业开发者的全能型 IDE,深度支持 Java/Kotlin 开发。
# 一、环境配置
# 通知管理
Settings | Appearance & Behavior | Notifications
- 禁用系统托盘图标:关闭
Enable system notifications
# JVM 参数
- Windows (opens new window):
<IDE_HOME>\bin\idea64.exe.vmoptions
# 二、代码编辑
# 文件结构
Navigate > File Structure
# Inlay Hints
Settings > Editor > Inlay Hints
- 实时显示方法引用计数
- 参数类型提示
# 三、代码检索
# Find Usages
右键符号 >
Find Usages
Alt + F7
- 单文件/全局检索
- 自定义作用域筛选
# 四、插件生态
# 效率工具
Grep Console (opens new window)
控制台日志分级染色。