[symfony-users] symfony and Eclipse: I can not go to the function or class using F3.

2010-07-11 Thread Javier Garcia
Hi, Im using Eclipse (Build id: 20090920-1017) to write my symfony web app and in many times 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 UsuarioFormFi

Re: [symfony-users] symfony and Eclipse: I can not go to the function or class using F3.

2010-07-11 Thread Stéphane
Hi, Check that your lib folders are source folders. Cheers, Before Printing, Think about Your Environmental Responsibility! Avant d'Imprimer, Pensez à Votre Responsabilitée Environnementale! On Sun, Jul 11, 2010 at 5:56 PM, Javier Garcia wrote: > Hi, > > Im using Eclipse (Build id: 20090920-1

Re: [symfony-users] symfony and Eclipse: I can not go to the function or class using F3.

2010-07-11 Thread Mariano Sola
sorry for the question, but why using eclipse? please check this short video and let me know your thoughts! ;-) http://www.symfony.es/2009/11/04/screencast-del-soporte-de-symfony-en-netbeans-6-8/ regards On Sun, Jul 11, 2010 at 12:58 PM, Stéphane wrote: > Hi, > > Check that your lib folders a

Re: [symfony-users] symfony and Eclipse: I can not go to the function or class using F3.

2010-07-11 Thread samuel
Is netbeans supporting symfony2 ? 2010/7/11 Mariano Sola > sorry for the question, but why using eclipse? > > please check this short video and let me know your thoughts! ;-) > > > http://www.symfony.es/2009/11/04/screencast-del-soporte-de-symfony-en-netbeans-6-8/ > > regards > > > On Sun, Jul 1

Re: [symfony-users] symfony and Eclipse: I can not go to the function or class using F3.

2010-07-11 Thread Alan Bem
On Sun, Jul 11, 2010 at 8:29 PM, samuel wrote: > Is netbeans supporting symfony2 ? > no -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group

Re: [symfony-users] symfony and Eclipse: I can not go to the function or class using F3.

2010-07-12 Thread Javier Garcia
On 07/11/2010 05:58 PM, Stéphane wrote: Hi, Check that your lib folders are source folders. Thanks, but how can i check that? On 07/11/2010 06:49 PM, Mariano Sola wrote: sorry for the question, but why using eclipse? I tried NB but when i wanted to go the declaration of a method, it shows

Re: [symfony-users] symfony and Eclipse: I can not go to the function or class using F3.

2010-07-12 Thread Stéphane
Right click on the folder and "Build Path">"Use as source folder" Before Printing, Think about Your Environmental Responsibility! Avant d'Imprimer, Pensez à Votre Responsabilitée Environnementale! On Mon, Jul 12, 2010 at 1:43 PM, Javier Garcia wrote: > On 07/11/2010 05:58 PM, Stéphane wrote: >

Re: [symfony-users] symfony and Eclipse: I can not go to the function or class using F3.

2010-07-12 Thread Javier Garcia
Thanks! works! On 07/12/2010 01:47 PM, Stéphane wrote: Right click on the folder and "Build Path">"Use as source folder" Before Printing, Think about Your Environmental Responsibility! Avant d'Imprimer, Pensez à Votre Responsabilitée Environnementale! On Mon, Jul 12, 2010 at 1:43 PM, Javier G