美文网首页
从Eclipse 转到 Idea 的常用快捷键 (mac版)

从Eclipse 转到 Idea 的常用快捷键 (mac版)

作者: 发条橙子_a147 | 来源:发表于2018-05-31 10:47 被阅读34次

    根据工作需要 ,从eclipse 转到 idea  , 一些习惯的快捷键都有所变动 , 所以将自己常用的快捷键搜集起来 , 后续持续更新。

    1. Command + N   : 按class名查找

    2. Command + shift + N : 按file名查找 (全局搜索的时候要引入自己要搜的工程文件)

    3. Ctrl + Shift + F : 按关键字全文查找 

    4. Command + alt + 左/右: 返回上一步/下一步

    5. Command + F12 : 显示当前文件结构

    6.  Alt + F7 : 查找该方法被调用的地方

    7.  F3 : 相当于 eclipse 中的 ctr + k

    8. 上移/下移 option + shift + 上/下

    相关文章

      网友评论

          本文标题:从Eclipse 转到 Idea 的常用快捷键 (mac版)

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