快捷键
|
英文
|
中文
|
Search/Replace 搜索/替换
|
Double Shift
|
Search everywhere
|
搜索所有
|
Ctrl + F
|
Find
|
文件中查找
|
F3 / Shift + F3
|
Find next / Find previous
|
插上上一个或下一个
|
Ctrl + R
|
Replace
|
替换
|
Ctrl + Shift + F
|
Find in path
|
在目录中查找
|
Ctrl + Shift + R
|
Replace in path
|
在目录,工程中替换
|
Ctrl + Shift + S
|
Search structurally (Ultimate Edition only)
|
搜索结构(只在旗舰版)
|
Ctrl + Shift + M
|
Replace structurally (Ultimate Edition only)
|
替换结构(只在旗舰版)
|
Live Templates
|
Ctrl + Alt + J
|
Surround with Live Template
|
使用模板环绕
|
Ctrl + J
|
Insert Live Template
|
插入模板
|
iter
|
Iteration according to Java SDK 1.5 style
|
jdk 1.5 以后的迭代方式
|
inst
|
Checkobjecttype with instanceof and downcast it
|
判断对象是否某个对象
|
itco
|
Iterate elements of java.util.Collection
|
迭代Collection
|
itit
|
Iterate elements of java.util.Iterator
|
迭代Iterator
|
itli
|
Iterate elements of java.util.List
|
迭代list
|
psf
|
public static final
|
常量模板
|
thr
|
throw new
|
抛异常模板
|
Refactoring(重构)
|
F5
|
Copy
|
复制
|
F6
|
Move
|
移动
|
Alt + Delete
|
Safe Delete
|
安全删除
|
Shift + F6
|
Rename
|
重命名
|
Ctrl + F6
|
Change Signature
|
更改签名
|
Ctrl + Alt + N
|
Inline
|
内联的
|
Ctrl + Alt + M
|
Extract Method
|
提取方法
|
Ctrl + Alt + V
|
Extract Variable
|
提取变量
|
Ctrl + Alt + F
|
Extract Field
|
提取Field
|
Ctrl + Alt + C
|
Extract Constant
|
提取常量
|
Ctrl + Alt + P
|
Extract Parameter
|
提取参数
|
Debugging
|
F8/F7
|
Step over/Step into
|
步出/步进
|
Shift + F7 / Shift + F8
|
Smart step into/Step out
|
步出/步进
|
Alt + F9
|
Run to cursor
|
运行到鼠标所在行
|
Alt + F8
|
Evaluate expression
|
执行表达式
|
F9
|
Resume program
|
跳过所有断点,重新开始
|
Ctrl + F8
|
Toggle breakpoint
|
切换断点
|
Ctrl + Shift + F8
|
View breakpoints
|
查看所有断点
|
Compile and Run 编译和运行
|
Ctrl + F9
|
Make project (compile modifed and dependent)
|
编译修改和依赖
|
Ctrl + Shift + F9
|
Compile selected file, package or module
|
编译选择的文件,包,模块
|
Alt + Shift + F10/F9
|
Select configuration and run/and debug
|
选择配置的服务器并运行
|
Shift + F10/F9
|
Run/Debug
|
运行/DEBUG启动
|
Ctrl + Shift + F10
|
Run context configuration from editor
|
从编辑器运行上下文配置
|
VCS/Local History
|
Ctrl + K / Ctrl + T
|
Commit project to VCS/Update from VCS
|
提交/更新工程从VCS
|
Alt + Shift + C
|
View recent changes
|
查看最近的改变
|
Alt + BackQuote (`)
|
‘VCS’ quick popup
|
弹出VSC 操作框
|
General(一般)
|
Alt + #[0-9]
|
Open corresponding tool window
|
打开对应的工具窗口
|
Ctrl + S
|
Save all
|
保存所有
|
Ctrl + Alt + Y
|
Synchronize
|
同步(手动热部署)
|
Ctrl + Shift + F12
|
Toggle maximizing editor
|
编辑器最大化切换
|
Alt + Shift + F
|
Add to Favorites
|
添加到喜爱
|
Alt + Shift + I
|
Inspect current file with current profile
|
用当前配置文件检查当前文件
|
Ctrl + BackQuote (`)
|
Quick switch current scheme
|
快速选择主题
|
Ctrl + Alt + S
|
Open Settings dialog
|
打开设置对话框
|
Ctrl + Alt + Shift + S
|
Open Project Structure dialog
|
打开工程对话框
|
Ctrl + Shift + A
|
Find Action
|
截图
|
Ctrl + Tab
|
Switch between tabs and tool window
|
在页签和工具窗口中选择
|