I use Visual Studio Code recently as my main editor replacing Atom. Since 0.10, Visual Studio Code supports extension (package in Atom/Sublime). By default, Visual Studio Code has embedded useful extensions such as Git and Emmet.
Continue reading
Category: Editor
How to Setup CodeSniffer on PHPStorm
CodeSniffer is a tool to detect coding standard violation for PHP, CSS and Javascript. It is really useful to check if the codes you made violate the coding standard you defined. When you work in a team, this tool can help a lot. Today, I’m going to show how to setup CodeSniffer on PHPStorm.
Continue reading