问题描述
我有IntelliJ的问题。它在左侧的项目视图中不显示任何文件夹。
我的设置是查看方式:项目
如何管理它以便再次显示文件夹和包?
我没有任何线索,因为我没有改变任何选项!
I have an issue with IntelliJ. It doesn't show any folders in my project view on the left.My setting is "View As: Project"How can I manage it so that the folders and packages are shown again?I don't have any clue because I didn't change any options!
我正在使用IntelliJ 10.0.3。
我正在开发一个Maven Lift Project。
I'm using IntelliJ 10.0.3.I am working on a Maven Lift Project.
推荐答案
所以在问了另一个问题后,有人帮我弄明白了在文件>项目结构>模块下,应该有那里的东西。如果它为空(表示无显示),请执行以下操作:
So after asking another question, someone helped me figure out that under File > Project Structure > Modules, there's supposed to be stuff there. If it's empty (says "Nothing to show"), do the following:
- 在文件>项目结构>模块中,点击+按钮,
- 按(因为奇怪的是它不会让我点击新模块)
- 在弹出的窗口中,单击...下一步按钮,将您带到内容根目录。找到您的根文件夹并选择它
- 点击确定按钮
- 忽略任何声明该名称已被使用的警告
- In File > Project Structure > Modules, click the "+" button,
- Press (because weirdly it won't let me click on "New Module")
- In the window that pops up, click on the "..." next button which takes you to the Content root. Find your root folder and select it
- Click the "ok" button
- Ignore any warning that says the name is already in use
这篇关于IntelliJ不显示项目文件夹的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!