进入设置
选择file->settings进入设置后,选择Editor->Color Scheme->Language Defaults
设置变量颜色
设置Identifiers->Default下的Foreground的值为50AAA9 ■■■■■■
设置注释颜色
设置Comments下的Block comment | Line commen | Doc comment->Text下的Foreground的值为50743E ■■■■■■
vscode 下 one dark pro 自定义注释颜色
在C:\Users\xxxx.vscode\extensions\zhuangtongfa.material-theme-3.17.2\themes下找到 OneDark-Pro.json
文件,修改Comments的foreground为50743E ■■■■■■
Idea自动导包
Settings->Editor->General->Auto Import下勾选 Add unambiguous imports on the fly
和 Optimize imports on the fly