Folders missing in project pane in Webstorm

后端 未结 9 562
感情败类
感情败类 2021-01-31 13:28

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

9条回答
  •  旧时难觅i
    2021-01-31 14:24

    Find the .idea/modules.xml in your project root make sure that these lines are correct :

    
      
    
    

    Replace NameOfYourProject.iml with the name of your project.

    Then, make sure that the file .idea/NameOfYourProject.iml exists, if not , create it and put this in it :

    
    
      
        
        
        
        
          
            
              
            
            
          
        
      
    
    

提交回复
热议问题