ctrl + alt + s 打开配置面板
Settings
国内的资料比较少,大概很多人已经放弃了原生快捷方式,不过我打算通关原生快捷方式。
在配置面板中 IDE Settings 有 Keymap项,此项中就是所有快捷键了。
开始探索之旅吧!!
前面搜索框搜索描述,后面搜索框搜索快捷方式
ctrl + z
撤销 Undo
ctrl + shift + z
恢复 Redo
ctrl + x(shift + delete)
剪切选中部分/剪切行 Cut
ctrl + d
向下复制行或者代码块 Duplicate Line or Block
ctrl + shift + n
打开文件,通过文件名搜索文件
ctrl + shift + alt + n
打开文件,通过文件中的内容搜索文件
ctrl + f4
关闭当前文件 close tab
alt + 左/右箭头
切换tab Select
Previous/Next Tab
ctrl + y
删除行 Delete Line
alt + shift + 上/下箭头
移动行 Move Line Up/Down
ctrl + shift + 上/下箭头
代码块移动 Move Statement Up/Down
ctrl + [
将光标移到当前代码块的开始出 Move Caret to Code Block Start
ctrl + ]
ctrl + shift + [
选中光标当前位置到所在代码块其实位置的代码 Move Caret to Code Block Start with
Selection
ctrl + shift + [
ctrl + w
层层上选(美妙至极的功能) Select Word at Caret
shift + enter
开始新的一行(光标在当前行中也能生效) Start New Line
ctrl + alt + enter
在当前光标所在行的上面插入行 Strat New Line
Before Current
ctrl + 上/下箭头
移动滚动条 Scroll
Up/Down
ctrl + f(alt + f3)
在当前文档中搜索 Find
ctrl + shift + f
在指定路径中搜索(可以选中左边资源管理器中的路径再用) Find in Path
ctrl + r
替换 Replace
shift + f6
重构变量名 Rename
ctrl + alt + L
格式化代码
Reformat Code
file -> settings -> code style
设置自己的格式化目标,各种空格换行都可以设置
自定义代码片段
file -> settings -> live temlpates
自定义文件模板
file -> settings -> file and code templates
探索版 webstorm快捷方式,布布扣,bubuko.com