Project pane refresh problem (Intellij Idea Community 2019.1.4)
Answered
Some recent update broke the automatic refreshing of the Project pane.
For example:
- I create a new sub-folder via the context menu of a parent folder
- The new folder is not visible in the project pane
Or:
- I copy and paste a file in the Project Pane
- The new file doesn't appear in the Project Pane (it does appear in the Git pane in Local Changes)
Notes:
- Manual Synchronization doesn't do anything. Only a full restart of the IDE helps.
- Usually, I have multiple projects open (in separate project windows), maybe this is related to that.
- iNotify File handle limits were already raised on my system, probably not related to it.
Please sign in to leave a comment.
Hello,
Is it reproducible when only one project is opened? Could you share idea.log ("Help | Show Log in...") after restarting IDE and reproducing the issue?
Hi, I have reproduced it when only one project is open.
idea.log: https://drive.google.com/open?id=1ehadwelqZ9mYNu7DoJYswpgznpEqdVOE
Do you face this issue with every project? Is your project stored locally without symlinks in path?
I have tested one other, smaller project (in a parallel IDEA window) and that does not seem to be affected. It reacts normally.
There are no symlinks in the project and it is hosted locally on an ext4 file system (ssd).
Please try to backup and delete IDE related data (.idea folder and .iml file) and reimport project again.
It seems that a full reimport solved the thing. Maybe something went corrupt with the .idea files
Thanks for your help !
Note: A Run Configuration export/import tool would be great.
There is "Share through VCS" checkbox: https://www.jetbrains.com/help/idea/run-debug-configurations-dialog.html#common
I have similar issue with: IntelliJ IDEA 2023.1.5 (Ultimate Edition)
It only happens on one of my projects. I've tried deleting that project's .idea directory and invalidating caches but to no avail. As soon as I open the project again the issue resurfaces only with that one repo.
How to fix it?
Can see for example even though asyncapi.yaml is selected the title bar shows readme.md. Rendering of tabs and panes is not working properly.
Hello Skurlow ,
When you removed .idea folder, did you also remove .iml file from the project's root?
Is your project stored locally?
Does it help if you make Repair IDE?
The .iml file is inside the .idea folder so it gets deleted when deleting .idea folder. The project is stored locally on my macbook. I've tried repair idea too to no avail. I will try again now…
Nope that didn't help. I'm going to delete the local git repo and checkout it out again from the remote repo to see what happens then…
Nope that didn't help. OK I've figured it out! It is the AsyncAPI plugin that is causing the issue. Latest version doesn't work properly with IntelliJ. I will let the author know. Now I know what the issue is only impacting one report because only that one repo uses that plugin.