一些快捷鍵:git
定位行:Command + Gsession
調整代碼上下行 :command + shift + 箭頭ssh
查看類的全部方法: command + 7、command + F12ide
替換:當前文件內:command + r工具
路徑替換 :command + shift + ratom
接口實現類:Ctrl + alt + b
去掉空白: Ctrl + Shift + J
格式化代碼: Ctrl + Alt + L
打開文件:Ctrl + Alt + n
自動導包:File-->Settings,Auto Import 》 兩個選項勾上。idea
git 添加忽略文件:https://blog.csdn.net/weixin_42617398/article/details/81807448spa
git pull : ctrl + t.net
git commit : ctrl + kcode
git push : ctrl + shift + k
idea 內置ssh遠程工具: 菜單Tools-Start ssh session
設置類註釋:
File - Editor- File and Code Templates
/** * @Package ${PACKAGE_NAME} * @author atom.hu * @date ${DATE} ${TIME} * @version V1.0 */
提示快捷方式: Ctrl + j