IntelliJ does not show project folders
Asked Answered
I

39

551

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!

I'm using IntelliJ 10.0.3. I am working on a Maven Lift Project.

Imprescriptible answered 28/4, 2011 at 9:23 Comment(9)
So I'm working with Intellij version 14.1.5 and had a similar situation happen to me. I deleted all my project files (leaving just the idea folder), then fetched all code down fresh with git. Intellij didn't show any folders but did recognise the modules in project structure. I had to resolve all dependencies with maven, then open and close Intellij before the folders for all modules were shown in project view again.Photic
i know there are solutions already provided. But this is how i got the issue in the first place. I was checking out the git project and before it finishes, opened the project in intellij. So the .idea folder was in a corrupt state and intellij does not refresh it automatically. Either you can delete the .idea folder and open again or try doing a synchronize. hope it helps.Grim
The same thing happened to me after I deleted the .idea folderLunetta
IntelliJ Community 2018.1 - Simply deleting the entire .idea folder and then re-opening root folder from the IDE fixed this issue for me. IntelliJ rebuilt and reindexed the entire project.Galway
I have remove git cloned folder. When I clone back my repository and open in IntelliJ it doesn't show the folders. So, after figure out I found .idea folder is missing modules.xml & terrafuse.iml. So, I copy this two files from .idea folder of another project and restarted the IntelliJ which in turn start working normally.Corporal
Still a bug in IntelliJ 2021.2Perimeter
Try #5816919Subsequent
Small tip to JetBrains company - I had this issue around 6 times in 1 year. So I pretty sure when it happen. When for some reason Debugging process can not be finished correctly and connection stays open. After that you just close Idea -> and voila your .idea folder corrupted.Iritis
delete the .idea folder, followed by a repair IDE, then Reopen the project (from the IDE repair) worked out for me.Dishtowel
O
528

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:

  1. In File > Project Structure > Modules, click the "+" button,
  2. Press Enter (because weirdly it won't let me click on "New Module") step 2
  3. 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 step 3 part 1 step 3
  4. Click the "ok" button
  5. Ignore any warning that says the name is already in use
Odo answered 6/2, 2015 at 21:43 Comment(13)
I had to import a moduleMccorkle
This was 95% of the solution for me. I had to "Add Content Root" on that screen. Then for some reason all the folders magically appeared.Trinitrocresol
This is something that has always bothered me, when you make a new project from existing source, everything works great. But when you make a new project, IDEA is constantly "this file isn't part of the project...". Now it all makes sense.Hafnium
Had to select "java" and click on "next" in the 3rd step.Profound
I can't believe how many times I have to do this with Intellij. Is there any way to get it to persist? I've got to be doing something contrary to Intellij's intent, because existing projects helpfully do this to me periodically.Adenoma
making a new module worked but importing from the same folder worked just as well.Dirt
Once you add a module you need to click on the "Source" tab select what you want to see in the IDE and mark it with the blue button "sources".Forepleasure
Because this is a asinine way to import files.Unwatched
what if it is doing this 100% of the time, even with projects you just created an hour ago with intellij?Valleau
I had to reopen the project from the pom.xml and delete the existing project.Friday
What about MVN project? Should I select the Maven instead of Java?Obelisk
There is no "folder structure" under fileAmbrosius
Beware, when doing this with a Node-Project, where you create something, like a React-App. It removes everything and even replaces the Git-Repository! So, do this only, when having your Git-Repo backed up on a remote server. (Restore with git fetch --all and git reset --hard origin/masterHamamelidaceous
D
595

I had to quit Intellij and remove the .idea folder (I stashed it first, just in case). I then re-opened the project and that worked for me. Don't forget to save your configuration (e.g. debug / run configurations) before that, because they will also be deleted.

Demb answered 5/7, 2015 at 4:0 Comment(28)
I think it's still a bug in IDEA 1 year later?Decastere
I didn't know the mac equivalent of the accepted answer, so I tried this first and magically all is good nowBedpost
Similar, but had to delete the <projectName>.iml file too.Caboose
Worked for me too. Better than creating a new module without a reason.Ware
Been having this issue for YEARS, both windows and linux, never seems to be fixedCaracara
september 2017 checking in, it's still happeningSchoolhouse
This works! Just make sure you close Intelli-j completely after deleting the .idea dir. If you just close the project itself and reopen from the welcome screen the issue persists.Pardue
Still happening in Jan 2018Denice
It's insane to me that this is still an issue for three years. Happens 1/3 times I open a JetBrains product, Mac or Linux. Deleting .idea works, but then I have to re-do all of my project settings.Alicia
Had this happen to a few times to me recently (last instance was an hour ago) , good to see that deleting .idea resolves itIncorrupt
The best solution I could found. In face I was using the Angular UI code and it was difficult for me to choose a type etc.Whiskey
Still happening for IntelliJ IDEA 2018.3.3 CEConjugation
Remote .idea directory and also remote files ends with .iml, .ipr .iws.Liar
Yup. same. Deleted .idea and .iml, closed and reopened project and works.Lobate
Still there in 2021 Deleting .idea works like a charm!Moneywort
Still happens often. Really annoying losing all configs..Cleaner
Prremium priced IDE and it just happened to me in 2021.Maurilla
rm -rf .idea && idea . (2021 still a bug)Kantor
Still happening in Rubymine ;) Deleting .idea did the trick. (2022)Programmer
after update IntelliJ i get this problem. Deleting .idea resolve it. (04/2022)Hectoliter
It is better to have .idea folder backup - just in case it happen again.Iritis
happening in 2023 :-) advise worked.Pretonic
while this works I have to do it several times a week now.Fought
yeah this issue is happening from my first usage which is 2012 to till date. you need to delete .idea folder to fix thisSchnorrer
still a problem in 2024 year when using IntelliJ IDEA 2023.3.2. Fix is still working.Shepp
Still in 2024... :( yes deleting .idea directory worked. mac.Harpoon
2024-02-13 : will they ever fix this?Tandi
Still a thing in February 2024... Deleting .idea works like a charmJaquenette
O
528

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:

  1. In File > Project Structure > Modules, click the "+" button,
  2. Press Enter (because weirdly it won't let me click on "New Module") step 2
  3. 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 step 3 part 1 step 3
  4. Click the "ok" button
  5. Ignore any warning that says the name is already in use
Odo answered 6/2, 2015 at 21:43 Comment(13)
I had to import a moduleMccorkle
This was 95% of the solution for me. I had to "Add Content Root" on that screen. Then for some reason all the folders magically appeared.Trinitrocresol
This is something that has always bothered me, when you make a new project from existing source, everything works great. But when you make a new project, IDEA is constantly "this file isn't part of the project...". Now it all makes sense.Hafnium
Had to select "java" and click on "next" in the 3rd step.Profound
I can't believe how many times I have to do this with Intellij. Is there any way to get it to persist? I've got to be doing something contrary to Intellij's intent, because existing projects helpfully do this to me periodically.Adenoma
making a new module worked but importing from the same folder worked just as well.Dirt
Once you add a module you need to click on the "Source" tab select what you want to see in the IDE and mark it with the blue button "sources".Forepleasure
Because this is a asinine way to import files.Unwatched
what if it is doing this 100% of the time, even with projects you just created an hour ago with intellij?Valleau
I had to reopen the project from the pom.xml and delete the existing project.Friday
What about MVN project? Should I select the Maven instead of Java?Obelisk
There is no "folder structure" under fileAmbrosius
Beware, when doing this with a Node-Project, where you create something, like a React-App. It removes everything and even replaces the Git-Repository! So, do this only, when having your Git-Repo backed up on a remote server. (Restore with git fetch --all and git reset --hard origin/masterHamamelidaceous
W
81

I had this issue as well. It is something do with .idea just delete it and restart IntelliJ

Whitby answered 7/6, 2017 at 23:50 Comment(3)
rm -rf .idea && idea . (2021 still a bug)Kantor
@JorgeTovar + apt install vim :)Hollins
This should be considered as an answer, after deleting .idea, all project directories remain as it should be. Thanks @WhitbyBotello
A
68

I went to FileProject StructureModules, clicked on + and then Import Module, found my root folder, selected it and it worked.

For IntelliJ 14.

Arva answered 1/2, 2016 at 10:0 Comment(4)
This worked for me on MacOS Intellij 2021.3.1Neurilemma
This worked for me on MacOS Intellij 2023.3.3 Legend!Ascomycete
Splendid! - nice and simpleQueasy
This worked for me. I m using IntelliJ IDEA 2023.3.5 (Ultimate Edition)Gear
O
48

A lot of answers here suggest deleting .idea. this works for me only about 50% of the time. A simple restart works about 10% of the time. Re-adding things as a module is an awful hack that causes other issues like losing some project-only settings.

I've also found this solution to work:

  1. File -> Repair IDE

enter image description here

  1. A dialog shows in the bottom right. Click "Rescan Project indexes"

enter image description here

  1. When the next dialog shows, click Reopen Project:

enter image description here

  1. Directories should show now.
Officeholder answered 6/11, 2022 at 0:31 Comment(2)
Problem is, this seems to not work wit Jetbrains Gateway in WSL. Repair Project just does nothing at all and the assistant won't launchAskari
@MarianKlühspies I have noticed that the problem gets far worse in slow Virtual Machines. I used to run this in a Linux Mint VirtualBox setup because the company I worked at refused native Linux installs. The more my host machine struggled, the more often this problem occurred. I got into the habit of immediately just cancelling project loading during startup, and then reopening. Seems to help quite a bit. Maybe try preventing auto-loading previous sessions, then selecting what you need from the recents list after the application boots. I'd be interested to know if that helpsOfficeholder
W
24

I am a new user of IntelliJ IDEA 2016.2. I opened an existing project when I first ran the program and had the same issue whereby it only showed files in the root directory in the 1. Project panel, but not the project folders (expandable tree-like structure).

Initially, I tried going to Project Settings > Modules, where no modules were shown listed. I clicked (+), and tried to select my root folder, but it wouldn't select the folder.

So I then solved it with these steps instead:

  • Exit IntelliJ
  • Delete the existing .idea folder (i.e. rm -rf .idea)
  • Restart IntelliJ
  • Verified that the project root folder now appeared (in Project Settings > Modules)
  • Toggle On the toolbar buttons (i.e. 1. Project Structure) to display on the left sidebar (clicked View > Toolbar Buttons until tick appears)
  • Click 1. Project Structure toolbar button until its sidebar is revealed
  • Click the arrow icon on the left of your project's root directory name that appears to expand the tree folder structure

UPDATE 2nd Sept 2017: If you've added a Module SDK and it added a .iml file within a subdirectory of the root of your project that causes it to load the module subdirectory, then it may be necessary for you to modify that .iml file by appending /.. as shown below.

  <component name="NewModuleRootManager" inherit-compiler-output="true">
    <exclude-output />
    <content url="file://$MODULE_DIR$/..">
Weeden answered 14/9, 2016 at 22:4 Comment(0)
B
23
  1. close intellij
  2. delete .idea folder
  3. restart intellij
  4. click import, select your project
  5. create project from existing sources, click next, next, next

And you should be good to go.

Brazilin answered 17/5, 2017 at 12:56 Comment(0)
S
20
  1. You don't have to quit Intellij completely to make this work. Simply close the project that you have open. (You can open any another project to avoid closing it completely)

  2. Go to the directory where you have your project installed and delete the ".idea" folder.

  3. Reopen the Project.

That should fix it. It worked for me in May 2018.

Scheld answered 22/5, 2018 at 2:7 Comment(0)
P
19

Try to re-import the Maven project. Also make sure that the project directory name is not excluded in Settings | File Types | Ignore Files and Folders.

Provincialism answered 28/4, 2011 at 10:4 Comment(3)
I have the same problem (seen it twice today on different projects). But removing all entries from the "Ignore Files and Folders" setting, doesn't help. What do you mean "re-import"?Odo
@BT try to delete .idea directory and create a new project on top of the existing files or import pom.xml if your project is Maven based. If the issue persists, please submit a ticket to the support team.Provincialism
This happened to me - it's because I was switching branches and in this process I managed to exclude folders.Sturges
P
14

Change the "Project" dropdown to be "Project Files"

IntelliJ Example

If the files still have a yellow highlighting behind them you may need to follow the #2 answer above (https://mcmap.net/q/73433/-intellij-does-not-show-project-folders). The yellow highlighting indicates the files are not part of the project. You can remedy this by creating a module as explained in their answer.

Permute answered 22/7, 2021 at 22:12 Comment(1)
This didn't work for me because Project Files shows all meta files as well, which is a messy workspace.Dumah
S
12

Check out answer at

Can't see project folders in IntelliJ IDEA

It might be because the project didn't have any modules defined. Try adding existing source code by hitting File > New > Module from Existing Sources and select the parent directory of the project for source codeenter image description here

Stila answered 30/5, 2017 at 21:48 Comment(1)
In case it is an Eclipse project you can also go to File -> Project Structure... -> Modules -> + -> Import Module -> go to your project root folder and select the .profile from Eclipse (you may need to click the "eye" icon to show hidden files).Hydrophobic
W
12

Deleting .idea/workspace.xml worked for me. Close the project, delete .idea/workspace.xml, and open the project again. I was using version 2019.1.

Wuhan answered 11/9, 2019 at 8:27 Comment(1)
Or just delete the whole .idea folder and open with IntelliJ againStalag
C
11

I have deleted the .idea folder. Closed ItelliJ and restarted to open the same project.

It asked to add the content root. That worked for me.

Crossbar answered 5/5, 2016 at 7:5 Comment(0)
R
10

I used the IDE Repair feature in WebStorm, without deleting .idea, in order to get the folders to show again.

enter image description here

Roethke answered 17/4, 2022 at 5:35 Comment(4)
This does the job, though I needed to press the option to reindex the files 2 times without luck, then it prompted me to reopen the project and then it worked.Longways
Wow, I was not expecting this to help, but did, thanks a lot!Fleurette
Folks, before you start messing with your .idea folder, please do yourself a favor and try this one!Latticed
best solution so far ! the .idea solution worked for me but two days later the problem came again. This one is way better.Theocentric
A
9

I faced same issue when i deleted the .idea folder.

However, when I tried to invalidate and re-start, the .idea folder got created again but still the folders were not showing up.

I had to 1.close IntelliJ, 2.delete the .idea folder, 3.launch IntelliJ

This fixed the issue.

Alleviation answered 23/7, 2018 at 19:25 Comment(0)
S
9
  1. Backup the .idea folder into a zip file
  2. Delete .idea folder
  3. Reopen the project
  4. Close the project
  5. Extract backup files into the new fresh generated .idea folder
  6. Reopen the project
  7. Praise the sun ☀️ \[T]/
Subsequent answered 20/9, 2021 at 14:7 Comment(0)
K
8

I have a better solution that worked for me and it might work for you. No need to delete the whole .idea folder as this way you lose the whole project. It is possible that you just accidentally excluded all folders in project settings. I also found that project folders disappeared. I was trying to find out how to disable indexing, so I was looking at Project Settings -> Modules and I clicked on Excluded to see if I could add the whole project there to ignore it for indexing. It didn't do anything and I couldn't drag and drop the folder under Excluded. What I didn't realize is that simply clicking "Excluded", IntelliJ automatically moves the folder to Excluded and all folders disappeared in Project Explorer. "Excluded" button changes background to gray, which means exclusion is active. This is a very poor user interface because it is hardly noticeable and clicking this button has a far-reaching impact on your project.

Fix:

  1. Open Project Settings -> Modules
  2. If Excluded is highlighted, click on it
  3. Click Apply or Close

Result: Folders in your project show up again

Really bad bad bad UI design! Source and Excluded buttons look like tabs when they work in fact as "Checkboxes"!

Be careful, just clicking Sources or Excluded seems like an innocent selection of tab without any visible effect, yet it has far-reaching consequences, basically adding or removing files from the build process.

Kinsler answered 10/1, 2017 at 15:38 Comment(1)
This solution worked for me after the higher ranked answers did not. Seems like there is really more than one correct solution for this problem.Intine
G
8

for me removing the .idea folder from the project directory worked.

Grower answered 5/2, 2022 at 21:56 Comment(1)
Repeating existing answers doesn't add value to the community.Dumah
S
7

I have a nodeJs project and lost my folders after removing the /[project_name].iml file.

This restored the folders while preserving my other project settings:

  • Project Settings > Modules
  • + Add Content Root
Siddur answered 15/4, 2016 at 0:3 Comment(0)
M
4

Even after 5 years, and having some experience with idea, I still have this problem all the times. Here is the simplest solution.

  • Close Idea
  • Delete .idea
  • Start Idea and open project instead of import project

And then, open conf file for your framework, like pom.xml or build.sbt or build.gradle etc and it will automatically prompts to import project and when you click and when it finishes, your project is mostly setup correct.

Mutilate answered 22/12, 2016 at 1:20 Comment(2)
but if you delete the .idea folder you loose all the project specific configurationsAircraftman
Yes, we loose any specific project settings, but most of the module settings can be recovered if you open pom.xml or build.sbt and use import project feature.Mutilate
A
4

Deleting the .idea folder wasn't enough for me.

This seemed to originated from some git issue.

I had to

  1. Close PyCharm
  2. Add **/.idea to .gitignore
  3. Delete the .idea folder
  4. Open PyCharm
Ambrosius answered 9/3, 2022 at 12:38 Comment(0)
D
3

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.

Devault answered 21/2, 2017 at 23:31 Comment(0)
P
3

OS:Mac && IDE: IntelliJ && Project: Maven build

  1. Navigate to File>Project Structure>Modules.
  2. In right-hand area; list of modules would be present.
  3. Delete the default one selected and close IntelliJ.
  4. Next Open again; IntelliJ will ask if you want to treat the project as Maven project.
  5. Accept that popup and you are good to go.
Preen answered 11/6, 2018 at 11:51 Comment(0)
N
2

Intellij imports the project after resolving all the dependencies. In my case, it was unable to resolve dependencies for some of the modules and was stuck there. I had to copy my Maven settings.xml from local repo to the default .m2 folder in order to point it to the correct local repo.

Nightclub answered 3/11, 2015 at 19:35 Comment(0)
P
2

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.

Pye answered 30/7, 2016 at 21:20 Comment(0)
C
2

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

Creek answered 27/1, 2017 at 15:32 Comment(0)
W
2

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?

  1. I did close IntelliJ
  2. I did completely remove the .idea folder from my project
  3. I did move the folder demo-project to demo-project-temp
  4. I did create a new empty folder demo-project
  5. I did open this empty folder with intelliJ
  6. I did move all the content demo-project-temp. Don't forget to also move the hidden files
  7. Press right click "Synchronize" to your project
  8. You should see all the files and folders now!
  9. Now you can also safely remove the folder demo-project-temp. If you are on linux or MAC do it with rmdir demo-project-temp just to make sure that your folder is empty
Wernher answered 26/2, 2018 at 12:17 Comment(0)
C
2

For me, it happens when i set Project SDK as JAVA SDK 14 in a react-native project. Upon unset, all the folders show up again.

Cinematography answered 30/9, 2020 at 14:19 Comment(1)
Thank you! For me it turns out that WebOS SDK update (which included java) was the source of the problem.Chita
O
1

Project Structure => Modules => Select your module => Paths => Make sure "Inherit project compile output path" is selected

Occasionalism answered 7/6, 2016 at 22:20 Comment(1)
Could you please elaborate more your answer adding a little more description about the solution you provide?Aude
A
1

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.

Alcoholometer answered 7/10, 2016 at 17:4 Comment(0)
J
1

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.

Joung answered 13/12, 2016 at 11:14 Comment(0)
N
1

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.

Noisette answered 13/3, 2017 at 20:38 Comment(0)
P
1

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

Patrilocal answered 1/2, 2018 at 6:26 Comment(1)
In my case it worked (WebStorm) FIle -> Repaire IDE -> Rescan project indexesCystectomy
B
1

I have that little while earlier and solved it by following the steps provided below:

  1. Right-click on the External Libraries and select the Load/ Unload modules button

enter image description here

  1. If you see the modules are already loaded, perform the unload/load again as this happens due to a bug in the IntelliJ.

enter image description here

After I have done that, I see the project again at the top of the External Libraries section.

Bounce answered 7/3, 2018 at 10:8 Comment(0)
R
1

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.

Rotifer answered 21/9, 2018 at 7:5 Comment(0)
T
1

When importing your project/module be sure to check these two boxes:

enter image description here

Tabulator answered 18/12, 2018 at 3:4 Comment(0)
R
1

If you're trying to open a scala/sbt project, the sbt version set in /project/build.properties must match the sbt version installed on your system or intellij won't detect your project's modules properly.

Once that's done, you can just delete the idea folder and restart as the other answers suggest.

Reneareneau answered 10/2, 2019 at 17:10 Comment(0)
L
1

I've just solved this problem without having to delete the .idea folder (and thus having to re-configure the workspace), in WebStorm, but I assume it's going to be the same for IntelliJ and other JetBrains IDEs.

First, close your IDE and backup the .idea folder.

In .idea folder there should be .iml file with the name of your project. In my case it's ClientApp.iml. This file defines, which directories belong to the project, which should be excluded etc. Note the name of this file in your .idea folder.

Next, open modules.xml file. It should look something like this:

<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="ProjectModuleManager">
    <modules>
      <module fileurl="file://$PROJECT_DIR$/.idea/ClientApp.iml" filepath="$PROJECT_DIR$/.idea/ClientApp.iml" />
    </modules>
  </component>
</project>

Check if fileurl and filepath match name of your .iml file, if not fix the filenames, save and re-open your IDE. For me, this fixed it.

People in other answers are right that this is a problem with Modules. In WebStorm in 2024, there are no modules in Settings, I think it was renamed to Directories. When I added the project root this way, the project got renamed and all folder settings (test, resources, excluded) were lost, so fixing the .xml file seems like a better option.

Long answered 29/1 at 18:15 Comment(0)
C
0
  1. Disable all plugins
  2. Restart IDE
  3. Files and folders should now be visible
  4. Go through your plugins 1 by 1 enabling them to find the culprit
Candiscandle answered 1/8, 2023 at 0:57 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.