Jevgeni Smirnov
Jevgeni Smirnov

Reputation: 3797

How to make source folders visible in eclipse for PHP project?

I am having an issue with eclipse.

Currently my folders with sources are not visible if project has PHP nature in eclipse: enter image description here enter image description here

Is there any solution? Or should I reinstall my eclipse?

P.S. There might be a good guide how to setup a good Eclipse + PDT + PHPUnit env?

Upvotes: 0

Views: 563

Answers (1)

atlanto
atlanto

Reputation: 1611

Click "View Menu"(right-upper triangle of PHP Explorer), click "Group by namespaces".

Upvotes: 2

Related Questions