博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Intellij 常用快捷键
阅读量:6540 次
发布时间:2019-06-24

本文共 1042 字,大约阅读时间需要 3 分钟。

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]

 

转载于:https://www.cnblogs.com/mengjianzhou/p/5948059.html

你可能感兴趣的文章
zabbix从2.2.3升级到最新稳定版3.2.1
查看>>
我有一个网站,想提高点权重
查看>>
Web前端开发必备:《Jquery实战》第3版 介绍
查看>>
2017年前端框架、类库、工具大比拼
查看>>
真正聪明的人,为什么从不去社交?
查看>>
linux免交互登陆远程主机并执行命令(密钥对和Expect)
查看>>
浅谈(SQL Server)数据库中系统表的作用
查看>>
微软邮件系统Exchange 2013系列(七)创建发送连接器
查看>>
程序员杂记系列
查看>>
配置Exchange 2010 服务器(二)Exchange2010证书配置
查看>>
折腾啊!不知道是不是Surface第一个售后顾客
查看>>
影响IO性能的request queue
查看>>
SCCM 2012 R2---分发部署软件
查看>>
cannot resubmit a form
查看>>
看2014视频三国杀
查看>>
5分钟了解MySQL5.7的Online DDL雷区
查看>>
软件工程师所需掌握的“终极技术”是什么?
查看>>
「Ruby」命名之争 :singleton_class? meta_class? eigen_class?
查看>>
Exchange与ADFS单点登录 PART 3:部署和配置WAP
查看>>
Apache Qpid深入介绍
查看>>