Settings > Directories not opening.
While trying to get file paths to resolve (details here) I removed the Content root. Now I'm unable to access this settings page, and various functionality such as searching within a project and finding files (Ctrl+N/Ctrl+Shift+N) no longer produce results.
Other than that I'm loving PHP Storm!
Please sign in to leave a comment.
We're aware of problems introduced in last EAP and are working to resolve them. Watch http://youtrack.jetbrains.net/issue/WI-1985 to track progress.
Awesome! Good to know
Is there something I can do in the mean time to get the Directories section back up? Delete a config file? Create a config file.. something like that?
open <project>/.idea/???.iml add <content url="file://$MODULE_DIR$" /> into <component name="NewModuleRootManager">
Next build will be available tomorrow.