codeigniter - rename a file to "frameset.php" in a CI project, in phpstorm/intelliJ -
today when i'm coding in ci project, renamed controller "dashborad.php" "frameset.php", , checked “search reference”. files icon named "frameset.php" in project became plain text icon , code assistant not work. how can fix it?
thanks @lazyone's answer. remembered rename "dashborad.php" "frameset"(without .php) before. that's work me:
settings | file types | text files
scroll bottom, find , remove "frameset.php" in "registered patterns".
Comments
Post a Comment