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

前端 未结 9 1953
野的像风
野的像风 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:10

    I made a custom template. This can help you.

    Abbreviation: clog

    Template code:

    console.log("\n\n--------------------------------");
    console.log($END$);
    console.log("--------------------------------\n\n");
    

提交回复
热议问题