So... I used Atom to this date and I wanted to try out PhpStorm and I have an issue with HTML tags.
How PhpStorm does it:
If you want to auto complete HTML tag, you have to type for eg. <d than autocomplete menu appears, press enter -> it autocompletes <div and if you want to close it, you have to type > and boom you have <div><\div>.
How Atom does it (how I want it):
But in Atom you can just type di and it shows you that autocomplete menu and if you press enter it automatically autocompletes and autocloses it to <div></div>.
Final question:
Is it possible to achieve it just like in Atom? Just without the need of typing that < at the beginning and > at the end of the first tag?