IntelliJ-IDEA中文入门教程 IDEA Compile and Run(编译和运行)

2024-02-25 开发教程 IntelliJ-IDEA中文入门教程 匿名 1
  • Command + F9 ​ 编译​Project
  • Command + Shift + F9 ​编译选择的文件、包或模块
  • Control + Option + R ​弹出 Run 的可选择菜单
  • Control + Option + D ​弹出 Debug 的可选择菜单
  • Control + R ​运行
  • Control + D ​调试
  • Control + Shift + R, Control + Shift + D ​从编辑器运行上下文环境配置