views:

736

answers:

3

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
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