Is there a way to get PHPUnit auto-completion to work in Eclipse PDT without including the libraries in your project?
+1
A:
Have you tried putting the PHPUnit code on your project's include path?
RibaldEddie
2009-03-05 22:13:00
A:
You need to enable it.
Go to menu: Window -> Preferences. Then under PHP -> Editor -> Code Assist. From under auto activation check the enable auto activation check box (note: 200 ms default is a bit slow). You can adjust the timing.
Anthony Doan
2010-05-08 13:04:48