Quantcast
Channel: Folders missing in project pane in Webstorm - Stack Overflow
Browsing latest articles
Browse All 11 View Live

Answer by King Holly for Folders missing in project pane in Webstorm

Solution:Creating a new project from existing sourcesFile => New => ProjectSelect "Empty Project"Browse to the location of your project with folder issuesClick "Create"Select "Create from...

View Article



Answer by Ĭsααc tիεβöss for Folders missing in project pane in Webstorm

Finally I found the culprit, it was Team Foundation Server - Version Control Integration plugin from https://plugins.jetbrains.com/plugin/7961-team-foundation-server--version-control-integration/I...

View Article

Answer by Rajesh Mbm for Folders missing in project pane in Webstorm

Try deleting workspace.xml and watchertask.xml then just restart the IDE. You must see your full source code in all folders there.

View Article

Answer by Sebastian Viereck for Folders missing in project pane in Webstorm

You do not need to delete whole .idea folder and reconfigure your whole project, just delete the .idea/modules.xmlrestart the IDE and your folders are there again!

View Article

Answer by Randeep for Folders missing in project pane in Webstorm

I ran into the same issue and resolved it by invalidating the cache. The option is under File > Invalidate Caches/Restart.On the prompt click Invalidate and restart.Note: The project in concern...

View Article


Answer by Zgpeace for Folders missing in project pane in Webstorm

floor 36 solve my problem. in WebStrorm 11It happens sometimes in WebStorm 9. The easiest way to fix it for me:close WebStorm;in project's folder remove .idea/ (hidden directory);open your project,...

View Article

Answer by Travesty3 for Folders missing in project pane in Webstorm

I see this from time to time. I use Git, and I have my .gitignore file set up as recommended, specifically:.idea/workspace.xml.idea/tasks.xml.idea/*.imlI sometimes see this after cloning the...

View Article

Answer by Alexa for Folders missing in project pane in Webstorm

It happens sometimes in WebStorm 9.The easiest way to fix it for me:close WebStorm;in project's folder remove .idea/ (hidden directory);open your project, enjoy:)

View Article


Answer by Alex Beauchemin for Folders missing in project pane in Webstorm

Find the .idea/modules.xml in your project rootmake sure that these lines are correct :<modules><module fileurl="file://$PROJECT_DIR$/.idea/NameOfYourProject.iml"...

View Article


Answer by CrazyCoder for Folders missing in project pane in Webstorm

It can be caused by the corrupted .idea/modules.xml project file. You can either try to fix it manually (restore from Local History, version control or backup) or create the new project from...

View Article

Image may be NSFW.
Clik here to view.

Folders missing in project pane in Webstorm

I've built a project in WebStorm and then submitted the project to GitHub.When I rebooted the computer and relaunched WebStorm (and the project), all I can see in the project pane is the root files,...

View Article
Browsing latest articles
Browse All 11 View Live




Latest Images