10

this morning I faced with this issue and I don't know really how to solve this.

Here's an image and a video: http://screencast.com/t/2ubAbwPj6

P.S. When I refactor the file to "filename.PHP" PhpStorm detects it but if I change it back to "filename.php" PhpStorm won't detect it as a PHP file.

2

2 Answers 2

24
  1. Settings/Preferences | Editor | File Types
  2. Locate Text Files entry there
  3. Remove unwanted pattern from the bottom list (most likely will be LoginListener or LoginListener.php
Sign up to request clarification or add additional context in comments.

Comments

9

This works for me:

File -> Invalidate Caches... -> Invalidate and Restart.

This will remove caches and indexes, the new caches will be built when the project is reopened.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.