IntelliJ는 프로젝트 폴더를 표시하지 않습니다
IntelliJ에 문제가 있습니다. 왼쪽의 프로젝트보기에 폴더가 표시되지 않습니다. 내 설정은 "보기 형식 : 프로젝트"입니다. 폴더와 패키지가 다시 표시되도록 관리하려면 어떻게해야합니까? 옵션을 변경하지 않았기 때문에 실마리가 없습니다!
IntelliJ 10.0.3을 사용하고 있습니다. Maven Lift Project에서 작업하고 있습니다.
그래서 다른 질문을 한 후에 누군가 파일> 프로젝트 구조> 모듈 아래에 물건이 있다는 것을 알아내는 데 도움 이되었습니다. 비어 있으면 ( "표시 할 내용 없음") 다음을 수행하십시오.
- 에서 파일> 프로젝트 구조> 모듈은 , "+"버튼을 클릭
- 눌러 Enter(이상하게 때문에 나를 "새 모듈"을 클릭하지 않습니다)
- 팝업 창에서 "..."다음 버튼을 클릭하면 컨텐츠 루트로 이동합니다. 루트 폴더를 찾아서 선택하십시오
- "확인"버튼을 클릭하십시오
- 이름이 이미 사용 중이라는 경고는 무시하십시오.
Intellij를 종료하고 .idea
폴더를 제거해야 했습니다 (필요한 경우를 대비하여 먼저 보관했습니다). 그런 다음 프로젝트를 다시 열었고 저에게 효과적이었습니다. 구성이 삭제되기 때문에 구성 (예 : 디버그 / 실행 구성)을 저장하는 것을 잊지 마십시오.
나는이 문제도 가지고 있었다. 그것은 .idea 와 관련이 있습니다. 삭제하고 IntelliJ를 다시 시작하십시오.
파일-> 프로젝트 구조-> 모듈을 클릭하고 +를 클릭 한 다음 모듈을 가져 와서 루트 폴더를 찾아서 선택했습니다.
효과가있었습니다.
IntelliJ 14의 경우
Maven 프로젝트를 다시 가져 오십시오. 또한 프로젝트 디렉토리 이름이에서 제외되지 않았는지 확인하십시오 Settings | File Types | Ignore Files and Folders
.
IntelliJ IDEA 2016.2의 새로운 사용자입니다. 프로그램을 처음 실행할 때 기존 프로젝트를 열었으며 프로젝트 패널의 루트 디렉토리에만 파일이 표시되고 프로젝트 폴더 (확장 가능한 트리와 유사한 구조)는 표시되지 않는 동일한 문제가 발생했습니다.
처음에는 프로젝트 설정> 모듈로 가려고했는데 모듈이 표시되지 않았습니다. (+)를 클릭하고 루트 폴더를 선택하려고했지만 폴더를 선택하지 않았습니다.
그런 다음 대신 다음 단계로 해결했습니다.
- IntelliJ 종료
- (즉, 기존 .idea 폴더를 삭제
rm -rf .idea
) - IntelliJ를 다시 시작하십시오.
- 프로젝트 루트 폴더가 이제 프로젝트 설정> 모듈에 표시되는지 확인
- 왼쪽 사이드 바에 표시 할 도구 모음 버튼 (예 : 1. 프로젝트 구조)을 토글합니다 ( 틱이 나타날 때까지 보기> 도구 모음 버튼 클릭 ).
- 사이드 바가 표시 될 때까지 1. 프로젝트 구조 도구 모음 단추를 클릭하십시오 .
- 프로젝트의 루트 디렉토리 이름 왼쪽에있는 화살표 아이콘을 클릭하여 트리 폴더 구조를 확장하십시오.
UPDATE 2017년 9월 2일 : 당신이 모듈 SDK를 추가했고 그것이 추가 한 경우 .iml
는 모듈의 하위 디렉토리를로드하는 원인이 프로젝트의 루트의 하위 디렉토리 내 파일을 해당 수정을 위해, 그것은해야 할 수 있습니다 .iml
추가하여 파일을 /..
로 아래에 나와 있습니다.
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$/..">
- 가까운 지능
- .idea 폴더 삭제
- intellij를 다시 시작하십시오
- 가져 오기를 클릭하고 프로젝트를 선택하십시오.
- 기존 소스에서 프로젝트를 작성하고 다음을 클릭 한 후 다음을 클릭하십시오.
그리고 당신은 잘 가야합니다.
당신은 하지 않는 이 일을 완전히 인 IntelliJ를 종료해야합니다. 간단하게 닫습니다 당신이 열려있는 프로젝트를. (완전히 닫히지 않도록 다른 프로젝트를 열 수 있습니다)
프로젝트가 설치된 디렉토리로 이동하여 ".idea" 폴더를 삭제하십시오 .
프로젝트를 다시여십시오.
해결해야합니다. 2018 년 5 월에 효과가있었습니다.
에서 답변을 확인하십시오
IntelliJ IDEA에서 프로젝트 폴더를 볼 수 없습니다
프로젝트에 모듈이 정의되지 않았기 때문일 수 있습니다. 기존 소스에서 파일> 새로 작성> 모듈을 눌러 기존 소스 코드를 추가하고 소스 코드에 대한 프로젝트의 상위 디렉토리를 선택하십시오.
.idea 폴더를 삭제했습니다. ItelliJ를 닫고 동일한 프로젝트를 열기 위해 다시 시작했습니다.
컨텐츠 루트를 추가하도록 요청했습니다. 그것은 나를 위해 일했다.
nodeJs 프로젝트가 있고 /[project_name].iml 파일을 제거한 후 폴더가 손실되었습니다.
다른 프로젝트 설정을 유지하면서 폴더를 복원했습니다.
Project Settings > Modules
+ Add Content Root
.idea 폴더를 삭제할 때도 같은 문제가 발생했습니다.
그러나 무효화하고 다시 시작하려고 할 때 .idea 폴더가 다시 생성되었지만 여전히 폴더가 표시되지 않았습니다.
1. IntelliJ를 닫고, .idea 폴더를 삭제하고, 3. IntelliJ를 시작해야합니다.
문제가 해결되었습니다.
5 년이 지난 후에도 아이디어에 대한 경험이 있어도 여전히이 문제가 있습니다. 가장 간단한 해결책은 다음과 같습니다.
- 아이디어 닫기
- .idea 삭제
- 아이디어를 시작하고
open project
대신import project
그리고, 당신의 프레임 워크 오픈 conf의 파일과 같은 pom.xml
또는 build.sbt
또는 build.gradle
등과 자동으로하라는 메시지가 import project
때를 클릭하고 완료되면, 프로젝트가 대부분 설치 맞습니다.
나는 나를 위해 더 나은 솔루션을 가지고 있으며 그것은 당신에게 효과적 일 수 있습니다. 전체를 삭제할 필요가 없습니다.idea
이 방법으로 폴더 전체 프로젝트를 잃게됩니다. 프로젝트 설정에서 실수로 모든 폴더를 제외했을 수 있습니다. 또한 프로젝트 폴더가 사라지는 것을 발견했습니다. 인덱싱을 비활성화하는 방법을 찾으려고 했으므로 프로젝트 설정-> 모듈을보고 Excluded를 클릭하여 인덱싱을 위해 프로젝트 전체를 추가하여 무시할 수 있는지 확인했습니다. 아무것도하지 않았으며 제외에서 폴더를 끌어 놓을 수 없었습니다. 내가 알지 못하는 것은 단순히 "Excluded"를 클릭하면 IntelliJ가 자동으로 폴더를 Excluded로 옮기고 모든 폴더가 프로젝트 탐색기에서 사라진다는 것입니다. "제외됨"버튼은 배경을 회색으로 변경하여 제외가 활성화되었음을 나타냅니다.
고치다:
- 프로젝트 설정-> 모듈을여십시오.
- 제외됨이 강조 표시되면 클릭하십시오.
- 적용 또는 닫기를 클릭하십시오
결과 : 프로젝트의 폴더가 다시 나타납니다
정말 나쁜 나쁜 나쁜 UI 디자인! 소스 및 제외 버튼은 실제로 "확인란"으로 작동 할 때 탭처럼 보입니다!
Sources 또는 Excluded를 클릭하면 눈에 띄는 효과가없는 무고한 탭 선택처럼 보이지만 기본적으로 빌드 프로세스에서 파일을 추가하거나 제거하는 데 큰 영향을 미칩니다.
Intellij는 모든 종속성을 해결 한 후 프로젝트를 가져옵니다. 필자의 경우 일부 모듈의 종속성을 해결할 수 없었고 거기에 붙어있었습니다. 올바른 로컬 저장소를 가리 키기 위해 Maven settings.xml
을 로컬 저장소에서 기본 .m2
폴더 로 복사 해야했습니다.
Adding this answer for completeness. I was using 15.0.6 and had this problem. I trued to import a module from Maven or Gradle an it went through the process, but the module did not appear. I tried deleting the .idea file and restarting. Uninstalling and installing the latest version (community 2016.2) addressed the problem.
Select the module settings and do these changes, it will work
In File > Project Structure > Modules, click the "+" button,
add new module as per your project specific like Java or RUBY or something then apply and ok
I had the problem after an upgrade from intellij 15 (v143) to 2016.3 (v163). I also had an intermittent error on startup about a "Load error: undefined path variables" with a cryptic variable name.
After countless attempts at most solutions presented here (reimport the project, invalidate caches & restart, checks of project structure and paths...), the only thing that worked was to completely reinstall Intellij (removing the ~/.idea* ~/.IntellijIdea*) and selecting "No" at the question "would you like to migrate previous settings".
This finally worked.
As I had the same issue and none of the above worked for me, this is what I did! I know it is a grumpy solution but at least it finally worked! I am not sure why only this method worked. It should be some weird cache in my PC?
- I did close IntelliJ
- I did completely remove the
.idea
folder from my project - I did move the folder
demo-project
todemo-project-temp
- I did create a new empty folder
demo-project
- I did open this empty folder with intelliJ
- I did move all the content
demo-project-temp
. Don't forget to also move the hidden files - Press right click "Synchronize" to your project
- You should see all the files and folders now!
- Now you can also safely remove the folder
demo-project-temp
. If you are on linux or MAC do it withrmdir demo-project-temp
just to make sure that your folder is empty
OS:Mac && IDE: IntelliJ && Project: Maven build
- Navigate to File>Project Structure>Modules.
- In right-hand area; list of modules would be present.
- Delete the default one selected and close IntelliJ.
- Next Open again; IntelliJ will ask if you want to treat the project as Maven project.
- Accept that popup and you are good to go.
Project Structure => Modules => Select your module => Paths => Make sure "Inherit project compile output path" is selected
I just had the same problem with an SBT project in IntelliJ 2016.2 after removing a globally installed IntelliJ and re-installing in my own home folder (Linux). No files or folders were shown in Project View anymore.
The Project Structure view wouldn't even open, and renaming the .idea
folder to .idea.bak
and re-importing the project didn't make any difference.
However, what fixed it for me was to reboot Linux. Afterwards it worked again, even with the original .idea
folder. Seems this "fix" is not only restricted to the Windows world.
If you have a gradle module with the same name as your projects root folder, the gradle import will replace your toplevel module configuration and change your view completely.
Make sure you have no gradle module with the same name as your root directory.
I encountered this problem when the .idea folder was accidentally added to SVN version control. When I took an update --- blooey! I subsequently removed the .idea folder from version control.
I tried all the solutions above, nothing worked.
Java-Maven project
My problem: In my case i had java-maven project. And the problem was that Idea by default uses it's bundled maven for projects(or anyone you trying to open). I noticed that bundled maven keeps downloading dependencies forever, i.e you never see your sources folder.
Solution: So to configure that, one needs to configure Idea to use maven(mvn) which is installed on the machine for all projects by default. To do that, in the beginning when Idea still did not open any projects...there is a configure button. There chose build tools. Then maven, there you will see dropdown list where you can choose local maven. In short: Configure/Build Tools/Maven/DropdownMenu
(My OS: linux branch)
Hope that helps
I have that little while earlier and solved it by following the steps provided below:
a. Right-click on the `External Libraries` and select the `Load/ Unload modules` button
b. If you see the modules are already loaded, perform the load/unload again.
After I have done that, I see the project again in the top of the External Libraries
section. I use Linux machine, BTW
For me in IntelliJ it was showing me a popup to import the existing project as gradle project. I just clicked ok on it and then the folder structure appeared properly.
프로젝트 / 모듈을 가져올 때 다음 두 상자를 확인하십시오.
scala / sbt 프로젝트를 열려고하는 경우 /project/build.properties
시스템에 설치된 sbt 버전과 일치하는 sbt 버전이 일치해야합니다. 그렇지 않으면 intellij가 프로젝트의 모듈을 제대로 감지하지 못합니다.
완료되면 idea
폴더를 삭제 하고 다른 답변에서 제안한대로 다시 시작할 수 있습니다 .
삭제 .idea/workspace.xml
가 나를 위해 일했습니다. 프로젝트를 닫고 삭제 한 .idea/workspace.xml
다음 프로젝트를 다시여십시오. 2019.1 버전을 사용하고있었습니다.
참고 URL : https://stackoverflow.com/questions/5816419/intellij-does-not-show-project-folders
'Programing' 카테고리의 다른 글
Java에서 finalize () 메소드는 언제 호출됩니까? (0) | 2020.03.09 |
---|---|
Windows 명령 프롬프트의 별명 (0) | 2020.03.09 |
Java 값 쌍 모음? (0) | 2020.03.09 |
DataFrame 행 섞기 (0) | 2020.03.09 |
모든 버킷으로 git 저장소를 bitbucket에서 github로 옮기는 방법은 무엇입니까? (0) | 2020.03.09 |