webstorm 快捷键

ctrl + F12: 可以显示当前文件的结构

ctrl + r: 替换
ctrl + d: 行复制

ctrl + / : 单行注释

ctrl + shift + / : 块注释

Ctrl+/ 或 Ctrl+Shift+/  注释(// 或者/*…*/ )

Ctrl+Shift+Up/Down 代码向上/下移动。

ctrl+shift+f7  多个单词并列搜索

ctrl+alt+f7 查看所有引用

原文地址:https://www.cnblogs.com/feehuang/p/9206242.html