Skip to content

Latest commit

 

History

History
180 lines (136 loc) · 7.87 KB

Webstorm.md

File metadata and controls

180 lines (136 loc) · 7.87 KB

Plugins

插件有很多,但不建议全部都安装,用到那个安装那个,安装过多,由于插件质量良莠不齐,会使软件本身不稳定,经常挂掉。

Settings

Default Keymap

1. ctrl + shift + n: 打开工程中的文件
2. ctrl + j: 输出模板
3. ctrl + b: 跳到变量申明处
4. ctrl + alt + T: 围绕包裹代码(包括zencoding的Wrap with Abbreviation), ctrl + shift + del: 删除包裹
5. ctrl + []: 匹配 {}[]
6. ctrl + F12: 可以显示当前文件的结构,快速跳转到目标函数
7. ctrl + x: 剪切行
8. alt + left/right:标签切换
9. ctrl + r: 替换 ctrl + shift + r: 全局替换
10. ctrl + shift + up: 行移动
11. shift + alt + up: 块移动
12. ctrl + d: 行复制
13. ctrl + shift + ]/[: 选中块代码    <table>....</table>
14. ctrl + / : 单行注释
15. ctrl + shift + / : 块注释
16. ctrl + shift + i : 显示当前class,function的详细信息
17. ctrl + p: 显示默认参数
18. ctrl + shift + v: 可以复制多个文本
19. shift + enter: 智能跳到下一行 ctrl + alt + enter: 在上一行添加空白行vb
20. ctrl + k: svn 提交
21. ctrl + shift + u: 大小写
22. ctrl + ~ : 切换主题
23. ctrl + F11: 添加标签 ctrl + shift + 大键盘数字键, F11:添加空标签, shift+F11:显示标签列表,方便快捷跳转
24. ctrl + alt + F12: file path
25. ctrl + alt + a: search keymap
26. shift + F6: 重构标签名,焦点在编辑区时可以修改当前文件的变量名
27. Ctrl+delete  删除光标后面的单词
28. Ctrl+BackSpace  删除光标前面的单词
29. Ctrl+小键盘+/-  折叠/展开代码
30. Ctrl + Alt + V 快速引进一个变量
31. Ctrl+Alt + I 自动对齐格式
32. alt+j: //选中下一个同样的词 Shift + Ctrl + Alt + J //选中所有同样的词
33. ctrl+alt+m: 重构函数
34. ctrl+shift+alt+j: 向下选词
35. ctrl+w: Main menu -> Edit -> Extend Selection 扩展选中

自定义

1. alt + d :show in explorer
2. alt + c: 删除单行
3. alt + w: 注释单行
4. alt + b: open in browser
5. shift + space: suggest path
6. 全屏的快捷键是 ` ,就是esc下面的那个键
7. F1: project
8. split line: ctrl+alt+enter, before current:ctrl+enter
9. new line: shift + enter, before current : ctrl + enter
10. alt + F11: 焦点从编辑区到工具区 Jump to last tool window 再跳回来: ESC
11. alt + p: surround with
12. alt+1: hide active tool window, Tool window -> Project
13. alt+U: upload file to ftp
14. alt+T: show toolbar
15. alt + L : show history 查看本地历史记录 

Document

Skill

Guide

Other