kris
kris

Reputation: 23592

Intellij sometimes not showing files

Sometimes intellij just stops showing me certain files in the project pane. They still exist on disk, and it still even leaves a gap for them, it just stops displaying the name (and double clicking on the empty space doesn't bring up the file).

I've tried synchronizing the packages and project, no luck.

In the image below, there is a LinuxSandboxStrategy file that should be "between" BUILD and LinuxSandboxWrapper. Another missing file can be seen under the skyframe package.

I'm using intellij community edition 2016.1 on Linux.

Invisifiles.

Upvotes: 1

Views: 90

Answers (1)

ben75
ben75

Reputation: 28706

It's an old known bug (Feb 2014)... not fixed yet (July 2016)

Here is the related bug report : https://youtrack.jetbrains.com/issue/IDEA-121164

Upvotes: 3

Related Questions