• Intellij 常用快捷键


    Project [Alt+1]
    Version Control [Alt+9]
    Run [Ctrl+Shift+F10]
    Debug [Ctrl+Shift+F11]
    Terminal [Alt+F12]
    Editor [Escape]
    Move the current line of code [Ctrl+Shift+Up][Ctrl+Shift+Down]
    Duplicate a line of code [Ctrl+D]
    Remove a line of code [Ctrl+Y][Ctrl+X]
    Find in the currently open file [Ctrl+F]
    Find and replace in the current file [Ctrl + R]
    Navigate between opened tabs
    Create new [Alt + Insert]
    Surround with [Ctrl+Alt+T]
    Recent files [Alt+Q]
    Navigate to Class [Ctrl+N]
    Search In Full Text [Ctrl+Shift+F]

    ---------------------------------最常用的快捷键--------------------------------------
    Recent File [Alt+Q]
    Navigate to Class [Ctrl+N]
    Navigate to File [Ctrl+Shfit+N]
    Navigate to Symbol [Ctrl+Shfit+Alt+N]
    Show structure [Ctrl+F12]
    Show usages [Ctrl+Alt+F7]


    refactoring basics
    Rename [Shift+F6]
    Extract variable [Ctrl+Alt+V]
    Extract field [Ctrl+Alt+F]
    Extract a constant [Ctrl+Alt+C]
    Extract a method [Ctrl+Alt+M]
    Find usage [Alt+F7]


    Run [Shift+F10]
    Debug [Shift+F9]

    大小写转换 [CTRL+SHIFT+U]

  • 相关阅读:
    elasticSearch 查询 bool
    elasticSearch 查询 term
    elasticSearch 查询 match
    python re
    vue day1
    mysql 报错记录
    node.js vue.js 安装
    mysql 插入数据 ,存在跳过
    打印乘法口诀表
    初步使用分支、循环判断数字大小
  • 原文地址:https://www.cnblogs.com/mengjianzhou/p/5948059.html
Copyright © 2020-2023  润新知