Show folder which is not module
Answered
We have file layout:
Root
- Docs
--a.xlsx
- Code
--src
--pom.xml
--xxx.iml
I created project in Root folder. I would like to see also Docs folder in Idea. Is there special view for that?
Only workaround I found is to create Module from Docs folder. Is there another approach?
Please sign in to leave a comment.
Is the Docs folder located under the ROOT folder? If so, you should be able to see it. Please check Configuring content roots about how you can add (e.g. if you need to add some other folder that is not located under already added directory) content roots for the module and the pre-defined Views that available in the Project tool window.
Yes, Docs are under are under ROOT folder. Adding content root did, what I wanted.