1
After renaming a php file, Phpstorm no longer recognizes this file as a .php. The file is without the colors, does not give suggestions, anyway, it is like a generic file. The image below shows in case the status.php. How do I have it recognized as php?
Which version of phpstorm is it? see if this file is associated with the php editor, right click, see if you have the option
open with
– rray
It’s version 9.0.2. I set it to be the default to open . php, windows is normal. This is only inside the phpstorm and happened after renaming the aquivo
– Laercio Silva
When I said associate editor, I meant inside phpstorm, it has several editors, php, javascript etc. your file seems to be associated with plain text editor ... I don’t have phpstorm here to test but I imagine it works similar to eclipse.
– rray
I get it, you really don’t have the option open with*
– Laercio Silva
I did an action search Ctrl+Shift+A and searched for File Types and found the file associated with .txt. Thank you @rray and Rodrigo below, as you refer me to discover this.
– Laercio Silva
you could post an answer to how you solved the problem, it’s good if you have some screenshots.
– rray
Post as an answer to my question?
– Laercio Silva