Editing a static web project in Intellij - folders not showing up
I've imported a static web project whose root directory contains both files and subfolders. However, in the Project pane, only the files are being shown (screenshot: http://cl.ly/1g1f1g3b2k1x363l1x47). Do I do something to see the folders? In the past, when working on Java projects, I was always able to see folder without doing anything special.
Cheers,
Lowell
请先登录再写评论。
I have the same problem here http://devnet.jetbrains.net/thread/433475?tstart=0
For instance, you can download PyCharm, install it as evaluating product, import your project in it and then import that PyCharm's project into your intellij.
I hope someone will find a better solution than the one I just wrote
For static Web projects, you should not use the "Create from existing sources" feature. Create a new project instead, select a Web module and point it to your existing sources.
I couldn't figure out how to add a web module in Intellij 10, though I could in version 11. How do you do it in 10?
There is not such thing in v10 -- it was introduced in v11