How do I get IntelliJ IDEA to display directories?

前端 未结 15 1240
臣服心动
臣服心动 2020-12-12 23:29

I\'ve been trying out IntelliJ IDEA for JavaScript editing, and I like it so far, but I\'m having a small problem with a new project.

I can\'t seem to be able to get

相关标签:
15条回答
  • 2020-12-13 00:02

    Just use File » New Project » Static Web. All your files and directories will show up.

    IntelliJ IDEA New Project dialog

    0 讨论(0)
  • 2020-12-13 00:04

    File -> Invalidate Caches / Restart worked for me.

    0 讨论(0)
  • 2020-12-13 00:04

    It happens sometime. You need to go to the configuration (Project Settings) and add the Source folder as content root and then possibly set source/resource etc. from the configuration tab. Apply all the changes and you should be done.

    0 讨论(0)
提交回复
热议问题