My favorite PhpStorm tricks and tips that I use daily

1 · Amit Merchant · Dec. 5, 2019, 10:21 a.m.
Jetbrain’s PhpStorm is my goto IDE when it comes to the PHP developement. Be it Laravel, Symphony or Magento. It’s like a gold standard. The kind of intelligent features it offers is unmatchable and almost irrplaceable by any IDE of this level. So, here in this article, I’m going to list down some of my favorite features, tricks and tips of PhpStorm that I use in day-to-day and made my programming life a breeze. Reformat the source code I often end up with a ugly looking code. So, what I do the ...