标签: webstorm shortcut
快捷标签命令有哪些,例如cw - > VS和sout中的Console.Writeline() - > InteliJ中的System.out.println(),用于WebStorm?
或者我在哪里可以找到它们?谷歌搜索短语,如" WebStorm快捷方式"和#34; WebStorm快捷短语"只给我普通的键盘快捷键,这不是我想要的。
答案 0 :(得分:2)
它被称为Live Templates。
您可以在Settings > Editor > Live Templates下找到它们。
Settings > Editor > Live Templates
System.out.print()的模板为sout。
System.out.print()
sout