androidStudio&Intellij IDEA 通用快捷键

Posted 心住神明

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了androidStudio&Intellij IDEA 通用快捷键相关的知识,希望对你有一定的参考价值。

已导入修改后的eclipse快捷键jar包。

 

执行(run)alt+r
提示补全(Class Name Completion)alt+/
单行注释ctrl + /
多行注释ctrl + shift + /
提示方法参数类型(Parameter Info)ctrl+alt+/
生成构造器/get/set/toString alt +shift + s
收起所有的方法(collapse all)alt + shift+ c
打开所有方法(expand all)alt+shift+x
打开代码所在硬盘文件夹(show in explorer)ctrl+shift+x
局部变量抽取为成员变量(introduce field)alt+shift+f
查找/替换(当前)ctrl+f
查找(全局)ctrl+h
查找类(Call tierarchy)ctrl+shift+T
提示方法参数类型(Parameter Info)ctrl+alt+/
查看类的继承结构图(Show UML Diagram)ctrl + shift + u
查看方法的多层重写结构(method hierarchy)ctrl+alt+h
添加到收藏(add to favorites)ctrl+alt+f
打开最近修改的文件(Recently Files)ctrl+E
关闭当前打开的代码栏(close)ctrl + w
关闭打开的所有代码栏(close all)ctrl + shift + w
快速搜索类中的错误(next highlighted error)ctrl + shift + q
查找方法在哪里被调用(Call Hierarchy)ctrl+shift+h

向下开始新的一行(start new line)shift+enter
向上开始新的一行(Start New Line before current)ctrl+shift+enter

以上是关于androidStudio&Intellij IDEA 通用快捷键的主要内容,如果未能解决你的问题,请参考以下文章

intelli idea git 怎么用

Intelli Idea解决yml不提示问题

Intelli IDEA快捷键(配合IdeaVim)(转)

Intelli IDEA学习系列之快捷键篇

Intelli IDEA开发Spark工程关联Spark源码!

intelli idea中配置Tomcat找不到的解决办法