Code snippets in PhpStorm
In IntelliJ (the Java IDE) or PhpStorm (the PHP IDE) it is called Live Templates. Go to Settings and start typing “live templates” in the search box. On the right panel you can edit and create such templates. So in your case, you simply type “con” in the abbreviation text box and “console.log();” in the … Read more