Skip to content

WebStorm快捷键

webstorm里面选中相同内容的快捷键是什么?

windows 系统下:

  • Shift + Ctrl + Alt + J //选中所有同样的词
  • Alt + J //选中下一个同样的词

Ctrl + Alt + T 用 * 来围绕选中的代码行 ( * 包括 if 、 while 、 try catch 等)

Surround with…(if, else, try, catch, for, etc)用 * 来围绕选中的代码行,( * 包括 if 、 while 、 try catch 等)

ctrl+shift+]/[ 选中代码块

【WebStorm教程】WebStorm Auto import自动导入

https://www.javatiku.cn/webstorm/1889.html

Contributors

作者:Long Mo
字数统计:132 字
阅读时长:1 分钟
Long Mo
文章作者:Long Mo
版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 Longmo Docs