Show folder which is not module

已回答

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?

0

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.

1
Avatar
Permanently deleted user

Yes, Docs are under are under ROOT folder. Adding content root did, what I wanted.

0

请先登录再写评论。