I had to rename all my .html to .php files in order to be able to do a little bit of php code in them. But now when I'm writing html I lost all the 'hint suggestion' code for example: like when you open up <div>
it will automatically type a </div>
(closure) tag behind it. Same when inserting an image and going '../images/
' it would help me locate the path with a dropdown.
How can I get these back in a .php file extension enviroment?