How to Install PhpStorm on Ubuntu?
Download PhpStorm from – https://www.jetbrains.com/phpstorm Become root. sudo -s then enter your password… Extract PhpStorm-x.y.tar.gz using tar xfz PhpStorm-x.y.tar.gz Move the extracted folder to /opt/phpstorm
Download PhpStorm from – https://www.jetbrains.com/phpstorm Become root. sudo -s then enter your password… Extract PhpStorm-x.y.tar.gz using tar xfz PhpStorm-x.y.tar.gz Move the extracted folder to /opt/phpstorm
Go to Settings and start typing Live Template. On the right panel click on the + sign. Write your Abbreviation, Description, and Template Text. For instance, The Abbreviation is the Scom*, Description is Section Comment and Template Text is – /*—————————————————————- 01.$s$ —————————————————————–*/ $s$ is to set the cursor point and it’s done. Now write your …