美文网首页
idea中快速重写父类方法

idea中快速重写父类方法

作者: 6cc89d7ec09f | 来源:发表于2018-08-02 11:30 被阅读209次

    1 用alt+insert
    2 ctrl + o

    鼠标左击以确定代码插入的位置,使用快捷键CTRL+O,会弹出窗口让选择某个方法,例如:

    在Intellij idea中快速重写父类方法

    双击要override的方法即可。例如双击onPause():

    在Intellij idea中快速重写父类方法

    --本篇文章转自:在Intellij idea中快速重写父类方法

    相关文章

      网友评论

          本文标题:idea中快速重写父类方法

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