IDEA开发工具常用配置

作者: Fuuqiu | 来源:发表于2018-08-04 10:07 被阅读25次

    IDEA开发工具

    常用配置

    文件搜索不准确

    ​ 清除缓存,即可恢复正常

    img

    清除SVN用户信息

    image-20180722154744335

    快捷键

    • 指定方法被调用查看:option+F7
    • 代码格式化:comd+option+L
    • 查看变量注释:mac ctrl+J
    • 打开一个UML视图:⌥⇧⌘U
    • 弹出一个UML窗口:⌥⌘U
    • 去除多余无用的包:Ctrl+Alt+O

    <pre id="__code_0" style="box-sizing: inherit; color: rgb(55, 71, 79); font-feature-settings: "kern"; font-family: "Roboto Mono", "Courier New", Courier, monospace; background-color: rgba(237, 237, 237, 0.5); font-size: 13.6px; direction: ltr; position: relative; margin: 1em 0px; border-radius: 0.2rem; line-height: 1.4; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;">`/**快捷键整理

    • 快速定位实现类:cmd+alt+B //多个实现子类,显示向下的实现视图关系
    • 对象快速生成模板:Cmd+Alt+v
    • 继承关系图:cmd+alt+u
    • 调用关系图:ctr+alt+H
    • 方法或类成员变量的调用树:alt+con+H
    • 导包自动删除未使用的包:ctr+alt+O
      */` </pre>

    Git使用

    Fork项目

    • 新建REMOTE数据源
    image-20180802110322305 image-20180802110452477
    查看命令:

    <pre id="__code_1" style="box-sizing: inherit; color: rgb(55, 71, 79); font-feature-settings: "kern"; font-family: "Roboto Mono", "Courier New", Courier, monospace; background-color: rgba(237, 237, 237, 0.5); font-size: 13.6px; direction: ltr; position: relative; margin: 1em 0px; border-radius: 0.2rem; line-height: 1.4; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;">git remote -v </pre>

    image-20180802110417157

    原文地址:http://mdtools.freelives.cn
    收录更多本人平时开发所用的实用工具,Github管理,如果你喜欢我这样的记录方式,不妨star一下,加入其中

    相关文章

      网友评论

        本文标题:IDEA开发工具常用配置

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