Community
Participate
Working Groups
I had a gigantic Helios install that I was testing with... I noticed that the "Initializing PHP Tooling" was running when I haven't created any PHP-related projects... was simply in the Java perspective. The job should only be initialized when I do something PHP related... similar to how JDT only initializes itself when I create a Java project. In the end, PDT shouldn't initialize itself unless it is really needed. It needs to be lazier ;)
A potential culprit could be the 'org.eclipse.php.debug.daemon' bundle which seems to extend org.eclipse.ui.startup which is generally a bad idea.
fixed in head
Should be verified in PDT 2.3
No longer reproducible. Closing...