phpStorm doesn't recognize a files' language
I've mistakenly once created a php file using File -> New, then deleted it, and re-created it. Since then, all I see is white syntax. It's no longer a php file for phpStorm. I tried deleting the .idea dir, cleaned caches, searched the config folder.. nothing..
Attachment(s):
2010-12-09 14 37 59.png
Please sign in to leave a comment.
please elaborate on "white syntax" part. Screenshot may be helpful.
I added one with the wysiwyg.. weird, added it as attached now too
Settings | File types | Plain text - > check mapped masks carefully.
Thanks, found that filename there.
Thanks. This helped.
Issue I had was that Phpstorm doesn't recognise a file as a php file.
Heres how I got into the issue and solved it.
- Wanted to add a file abc.php
- By mistake added "abc.php" as a valid file extension to the text files
- So when ever I create any file with abc.php, it was not recognising as a php file.
- Followed
Settings | File types -> Select 'Text files' file type -> Searched for the "abc.php" from the list of patterns and removed it.