Auto new create file have no show?
Answered
I run the code, it auto create a file, but no show in the left catalog.
How to show it?
Please sign in to leave a comment.
Hello,
Does it help to run "File | Synchronize"?
no work.
I click File - Synchronize, but it doesn't work.
Is it shown after reopening the project?
No shown even reopening the project.
I think it is a bug.
You can use this java code, and make VM Args,you will see the bug.
It will out a java_pid80613.hprof in the project path, but you can't see it in idea, you only can see it in your system path.
Lee,
"*.hprof" is added to ignored files by default. You could remove them from ignore list in "Settings | Editor | File Types".
Ok, I see, thank you ^_^