美文网首页
mac中idea与eclipse快捷键对比

mac中idea与eclipse快捷键对比

作者: shunyang | 来源:发表于2016-10-30 17:32 被阅读0次

    |idea | eclipse | 注释
    |-- |--|
    |command + o |command + shift+R |查找类
    |command +shift + o |command + shift+R |查找文件
    |Doubue shift |command + shift+R |查找任意文件
    |command +F12 |command +O |查找类中所有的变量或者方法
    |command +B| |进入接口声明
    |command +alt + B| |进入实现
    | |ctrl+shift+o |自动import包
    | shift+F6 |F2 |重命名文件
    |psvm||自动写main
    |sout|sys|自动写System.out.printIn|
    |comand+alt+T||快捷代码块|
    |alt+enter||提示import|
    |alt + F7||查找方法被调用的地方|
    |control+I||实现接口方法|
    |controal+O||重写类中的方法|
    |control+H||看类的继承体系|

    相关文章

      网友评论

          本文标题:mac中idea与eclipse快捷键对比

          本文链接:https://www.haomeiwen.com/subject/eqduuttx.html