美文网首页
Mac for Eclipse 快捷键

Mac for Eclipse 快捷键

作者: 喊我超哥啊 | 来源:发表于2016-12-15 14:04 被阅读0次

    Java开发工具(Eclipse中内容辅助键的使用)

    • A:option+/起提示作用
    • B:main+alt+/,syso+alt+/,给出其他提示
    • C:补充输出语句,选中需要输出的部分,option+/选择最后一项即可
    • C:定义自己的
      偏好设置--perference-Java-Editor-Templates--New

    Java开发工具(Eclipse中快捷键的使用)

    • A:新建 command + n
    • B:格式化 command+shift+f
    • C:导入包 command +shift+o
    • D:注释 command+/,command+shift+/,command+shift+\
    • E:代码上下移动 选中代码alt+上/下箭头
    • F:查找具体的类 command+ shift + t* H:查找具体类的具体方法 command+ o
    • G:给建议 command+1,根据右边生成左边的数据类型,生成方法
    • H:删除代码 command
    • I:抽取方法 option +command
    • J:改名option+command+ r

    Java开发工具(Eclipse中如何提高开发效率)

    *option+command + s

    • A:自动生成构造方法*
      B:自动生成get/set方法

    相关文章

      网友评论

          本文标题:Mac for Eclipse 快捷键

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