does webstorm have some shortcut for console.log or console.info

前端 未结 9 1952
野的像风
野的像风 2021-02-01 11:45

Just tired of typing console.log again and again, and do not find a way like \'Sysout + Control + Space\' in Eclipse will create System.out.println().

9条回答
  •  [愿得一人]
    2021-02-01 12:28

    Maybe it is a recent addition but you can write log and hit tab and console.log() will appear with the caret in between the braces.

    The answer from Ekaterina Prigara (https://stackoverflow.com/a/32975087/5653914) was very useful to me but if you want to log a string like "Test" this method is quicker.

提交回复
热议问题