[SOLVED] Directory Duplicated in File Listing
Product: PHPStorm 8 EAP - PS-138.379
Notes:
* I am using an AFP remote mount ad loading files directly from there into PHPStorm instead of using a "sync" feature.
* Have not had this problem until yesterday
* The directory in question was standard until recently when I tried to make it a sym link (still avaialble in the mount scope), I have since switched it back to a standard directory
* The directory in question was a git repo in its own right but has since had the .git directory removed
* I have removed my .idea folder and attempted to load the directory again, it continues to repeat
* I have restarted
* PHPStorm 7 works fine
* I have tried "synchronise" from the context menu on all folders from the project root down
Basic tree:
Project Root
- application
- ...
- library
- ...
- Zend
- ...
What PHPStorm 8 shows:
Project Root
- application
- ...
- library
- ...
- Zend
- Zend
- Zend
- Zend
- Zend
- Zend
- Zend
- Zend
- Zend
- Zend
- Zend
- Zend
- Zend
- Zend
- Zend
- Zend
- Zend
- Zend
- Zend
- Zend
- Zend
- Zend
- Zend
- Zend
- Zend
- Zend
- Zend
- ...
Phot included.
Please let me know what other information you desire of ir there's anything I can do to try and tell PHPStorm to smarten up.
Attachment(s):
Screen Shot 2014-06-02 at 1.40.09 PM.png
Please sign in to leave a comment.
Please try invalidating caches (File/Invalidate caches, restart)
Wicked! This worked perfectly. Thank you so much.