IDE快捷键

全家桶

1 IDEA

导入包 alt+回车,  mac上option+回车

回退 剪切 复制 粘贴 command  +z  +x   +c    +v

复制当前光标行command +d

关闭当前文件 command+w

格式化代码 option +command +L

注释 command+/

多行注释 command +shift +/

自动生成代码 command + n 

上下调换一行,或者调换整个方法。 command +shift+上下。如果调换整个方法把光标放到方法的第一行或者最后一行

command+alt+v  能快速生成返回类型

 iter +table键  快速生成一套迭代

数组名称.fori  能快速生成   数组的for循环遍历

AndroidStudio

  android

 

  flutter

1.快速生成模板

输入s后弹出提示

stful 有状态模板,stless 无状态模板

热重载

alt+\

热重启

alt+shift+\ 

VisualStudio

 

 

VSCode

 

 

XCode

 

posted @ 2019-09-04 09:55  富坚老贼  阅读(198)  评论(0编辑  收藏  举报