zoukankan      html  css  js  c++  java
  • IDE

    1. 概述

    1. 工具的熟练程度, 会决定工作效率

      1. 总共也就 140 条左右吧
    2. 需要讲解吗?

    2. ref

    1. idea 自带的 ReferenceCard.pdf

    3. keymap

    1. 文件移动

    Ctrl + N Go to class
    Ctrl + Shift + N Go to fle
    Ctrl + Alt + Shift + N Go to symbol
    Ctrl + E Recent fles popup
    Ctrl + Alt + Left/Right Navigate back / forward
    Ctrl + Shift + Backspace Navigate to last edit location

    2. tab 移动

    Alt + Right/Left Go to next / previous editor tab

    3. tool 移动

    F12 Go back to previous tool window
    Esc Go to editor (from tool window)
    Shift + Esc Hide active or last active window
    Ctrl + Shift + F4 Close active run / messages / fnd / ... tab

    4. 文件内移动(也可能会跨越文件)

    Ctrl + G Go to line
    Ctrl + Alt + Left/Right Navigate back / forward
    Ctrl + Shift + Backspace Navigate to last edit location
    Alt + Up/Down Go to previous / next method
    Ctrl + ]/[ Move to code block end/start
    Ctrl + F12 File structure popup

    5. 文件定位

    Alt + F1 Select current fle or symbol in any view

    6. 移动(没想好叫啥, 偏重于 面向对象里方法关联 的移动)

    Ctrl + B , Ctrl + Click Go to declaration
    Ctrl + Alt + B Go to implementation(s)
    Ctrl + Shift + I Open quick defnition lookup
    Ctrl + Shift + B Go to type declaration
    Ctrl + U Go to super-method / super-class

    7. 层级移动

    Ctrl + H Type hierarchy
    Ctrl + Shift + H Method hierarchy
    Ctrl + Alt + H Call hierarchy
    F2 / Shift + F2 Next/previous highlighted error

    8. bookmark

    F11 Toggle bookmark
    Ctrl + F11 Toggle bookmark with mnemonic
    Ctrl + #[0-9] Go to numbered bookmark
    Shift + F11 Show bookmarks

    9. 其他理解不能

    F4 / Ctrl + Enter Edit source / View source
    Alt + Home Show navigation bar

    尽量尝试解释清楚; 自己校对能力有限, 如果有错误欢迎指出
  • 相关阅读:
    SQL随机排序
    根据经纬度获取所在城市的相关信息以及根据地点城市获取经纬度
    百度收集自动推送脚本——python版
    采集(未测试)
    网页代码测试工具(很有用)
    微信红包源码2020年最新版(完整测试版)
    mvc返回多个结果集,返回多个视图
    计算工龄(mssql标量值函数)
    YZMCMS发布问题以及解决方法
    用输出的方式向页面和js增加引入
  • 原文地址:https://www.cnblogs.com/xy14/p/11414560.html
Copyright © 2011-2022 走看看