I'm using Eclipse (Build id: 20090920-1017) to write my Symfony web application and in many cases I can not "go" to the declaration of functions or classes (you know placing the cursor where the class or the function is called and then pressing F3).
For example: I have this class:
class UsuarioFormFilter extends BaseUsuarioFormFilter{
}
When I try to go to BaseUsuarioFormFilter
it doesn't work.
How can I make it work?