当前位置: 代码迷 >> 综合 >> IDEA操作快捷
  详细解决方案

IDEA操作快捷

热度:90   发布时间:2024-03-08 15:15:08.0

command+1(数字) :Project栏

control+shift+d :Debug

command+f2 : 停止Debug、run

跳转

command+E : 最近文件

command+shift+delete : 上次编辑位置(navigate + Last Edit Location)

alt+command+<- : back(浏览)

查找

command+O(+O全部):class 

command+shift+O : file

command+shift+f : 全文搜索

command+L : 定位行

  相关解决方案