I've resolved the problem with code completion in SVN project! In my SVN repository, there was a file called ".project" (an error of my collegues), so when I checked out, Subclipse did never ask me what kind of project I want to create! I've deleted it and now all work fine!
Thank's to Hannes and Nagy for their answers which have enlighten me about the ways to explore! The steps: 1. create and connect to a SVN Repository via the SVN Repository Exploring perspective 2. right-click on the repository, choose "Checkout" 3. check the first radio button "check out as a project configured using the New Project Wizard" and click "Finish" button. 4. in the wizard select window, choose "PHP>PHP project" and then click "Next" button 5. select where you want to store the project and name it (for me, the location is not the default workspace, so I uncheck the radio button and select the directory in my file system) 6. click next to include Cakephp core 7. return to your PHP perspective where a new project is now available on the left panel 8. edit or create a file : all Eclipse PDT plugin utilities are available! 9. use "Voidstate" method (describe above) to get helpers autocompletion in views and Michael "Schneimi" trick to get models/ components methods autocompletion in your controllers. GREAT !!! Aurélien (avairet) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
