webstorm快捷键说明
webstorm快捷键说明
Editing编辑相关快捷键
Ctrl + Space:
Basic code completion (the name of any class, method or variable) 基本代码完成(任何类、函数或者变量名称),改为Alt+SCtrl + Shift + Enter:
Complete statement 补全当前语句Ctrl + P:
Parameter info (within method call arguments) 参数信息 包括方法调用参数Ctrl + mouse over code
Brief Info 简单信息Ctrl + F1
Show description of error or warning at caret 显示光标所在位置的错误信息或者警告信息Alt + Insert
Generate code…(Getters, Setters, Constructors)新建一个文件或者生成代码,…构造函数,可以创建类里面任何字段的getter与setter方法Ctrl + O
Override methods 重载方法Ctrl + I
Implement methods 实现方法Ctrl + Alt + T
Surround with…(if, else, try, catch, for, etc)用 * 来围绕选中的代码行,( * 包括 if 、 while 、 try catch 等)Ctrl + /
Comment/uncomment with line comment 行注释/取消行注释Ctrl + Shift + /
Comment/uncomment with block comment 块注释/取消块注释Ctrl + W
Select successively increasing code blocks 选择代码块,一般是增量选择Ctrl + Shift + W
Decrease current selection to previous state 上个快捷键的回退,减量选择代码Alt + Q
Context info 上下文信息Alt + Enter
Show intention actions and quick-fixes 意图行动,快速见效Ctrl + Alt + L
Reformat code 根据模板格式对代码格式化Tab/ Shift + Tab
Indent/unindent selected lines 对所选行进行缩排处理/撤销缩排处理Ctrl + X or Shift + Delete
Cut current line or selected block to clipboard 剪切当前行或所选代码块到剪切板Ctrl + C or Ctrl + Insert
Copy current line or selected block to chipboard 拷贝当前行或者所选代码块到剪切板Ctrl + V or Shift + Insert
Paste from clipboard 粘贴剪切板上的内容Ctrl + Shift + V
Paste from recent buffers 粘贴缓冲器中最新的内容Ctrl + D
Duplicate current line or selected block 复制当前行或者所选代码块Ctrl + Y
Delete line at caret 删除光标所在位置行Ctrl + Shift + J
Smart line join(HTML and JavaScript only)加入智能行 (HTML 和JavaScript)Ctrl + Enter
Smart line split(HTML and JavaScript only)分离智能行 (HTML 和JavaScript)Shift + Enter
Start new line 另起一行Ctrl + Shift + U
Toggle case for word at caret or selected block 光标所在位置大小写转换Ctrl + Shift + ]/[
Select till code block end/start 选择直到代码块结束/开始Ctrl + Delete
Delete to word end 删除文字结束Ctrl + Backspace
Delete to word start 删除文字开始Ctrl + NumPad+/-
Expand/collapse code block 扩展/缩减代码块Ctrl + Shift+ NumPad+
Expand all 扩张所有Ctrl + Shift+ NumPad-
Collapse 缩减所有Ctrl + F4
Close active editor tab 关闭活跃编辑标签
Search/replace搜索/替代相关快捷键
Ctrl + F
Find 当前文件内快速查找代码Ctrl + Shift + F
Find in path 指定文件内寻找路径F3
Find next 查找下一个Shift + F3
Find previous 查找上一个Ctrl + R
Replace 当前文件内代码替代Ctrl + Shift + R
Replace in path 指定文件内代码批量替代
Usage Search搜索相关快捷键
Alt + F7/Ctrl + F7
Find usages/Find usages in file 找到使用/在文件找到使用Ctrl + Shift + F7
Highlight usages in file文件中精彩使用Ctrl + Alt + F7
Show usages 显示使用
Running运行
Alt + Shift + F10
Select configuration and run 选择构架,运行Alt + Shift + F9
Select configuration and debug 选择构架,修补漏洞Shift + F10
Run 运行Shift + F9
Debug 修补漏洞Ctrl + Shift + F10
Run context configuration from editor 从编辑运行内容构架Ctrl + Shift + X
Run command line 运行命令行
Debugging Debugging相关快捷键
F8
Step over 不进入函数F7
Step into 单步执行Shift + F7
Smart step into 智能单步执行Shift + F8
Step out 跳出Alt + F9
Run to cursor 运行到光标处Alt+ F8
Evaluate expression 评估表达F9
Resume program 重新开始程序Ctrl + F8
Toggle breakpoint 切换断点Ctrl + Shift + F8
View breakpoints 查看断点
Navigation 定位相关快捷键
Ctrl + N
Go to class跳转到指定类Ctrl + Shift + N
Go to file 通过文件名快速查找工程内的文件Ctrl + Alt +Shift + N
Go to symbol 通过一个字符查找函数位置Alt + Right/ left
Go to next/ previous editor tab 进入下一个/ 上一个编辑器选项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/message/find/…tab 关闭活动….标签Ctrl + G
Go to line 跳转到第几行Ctrl + E
Recent files popup 弹出最近打开的文件Ctrl + Alt + Left/Right
Navigate back/forward 导航前进/后退Ctrl + Shift + Backspace
Navigate to last edit location 向最近编辑定位导航Alt + F1
Select current file or symbol in any view 查找当前选中的代码或文件在其他界面模块的位置Ctrl + B or Ctrl + Click
Go to declaration跳转到定义处Ctrl + Alt + B
Go to implementation(s) 跳转方法实现处Ctrl + Shift + B
Go to type declaration 跳转方法定义处Ctrl + Shift + I
Open quick definition lookup 打开定义快速查找Ctrl + U
Go to super-method/super-class 跳转方法/超阶级Alt + Up/Down
Go to previous/next method 在方法间快速移动定位Ctrl + ]/[
Move to code block end/start 跳转到编码块结束/开始Ctrl + F12
File structure popup 文件结构弹出Ctrl + H
Type hierarchy 类型层次Ctrl + Alt + H
Call hierarchy 调用层次结构F2/ Shift + F2
Next/previous highlighted error 跳转到后一个/前一个错误,高亮错误或警告快速定位,使用这个快捷键可以快捷在出错的语句之间进行跳转。F4/Ctrl + Enter
Edit source/ View source 编辑源代码/查看源代码Alt + Home
Show navigation bar 显示导航栏F11
Toggle bookmark 切换标记Ctrl + F11
Toggle bookmark with mnemonic 采用记忆切换标记Ctrl + #[0-9]
Go to numbered bookmark 跳转到带编号的标记Shift + F11
Show bookmark 显示标记
Refactoring 重构相关快捷键
F5
Copy 拷贝F6
Move 移动Alt + Delete
Safe Delete 安全删除Shift + F6
Rename 重新命名Ctrl + Alt + N
Inline Variable 嵌入变量Ctrl + Alt + M
Extract Method( Javascript only) 提取函数Ctrl + Alt + V
Introduce Variable 引入变量Ctrl + Alt + F
Introduce Field 引入域Ctrl + Alt + C
Introduce Constant 引入常量
VCS/Local History 版本控制系统/ 本地历史相关快捷键
Alt + BackQuote( )
‘VCS’quick popup 快速弹出 VCSCtrl + K
Commit project to VCS 提交项目至VCSCtrl + T
Update project from VCS 从VCS 更新项目Alt + Shift + C
View recent changes 查看最新改变
General 常用的相关快捷键
Ctrl + Shift +A
Find action 查找并调用编辑器的功能Alt + #[0-9]
Open corresponding tool window 快速切换打开界面模块Ctrl + Alt + F11
Toggle full screen mode 切换全屏模式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 setting dialog 打开设置对话框Ctrl + Tab
Switch between tabs and tool window 标签和工具窗的转换(与windows快捷键冲突)