![]() |
Eclipse PHP Ide + CodeIgniter 4 - Intellisense? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: Eclipse PHP Ide + CodeIgniter 4 - Intellisense? (/showthread.php?tid=82602) |
Eclipse PHP Ide + CodeIgniter 4 - Intellisense? - rpjdcode - 07-28-2022 Recently, I started my adventure on coding with CodeIgniter 4 and I decided to use Eclipse PHP IDE for this job since I've been working around with Java for a long time and I'm so used to it. I wanted to know if there's any way to enable Intellisense for coding autocomplete? Example: Decided to create my own Model extending CodeIgniter\Model class. When I instantiate an CustomModel object, and try to get the list of all available methods of the class using "$this->", I'm not able to see any method or attribute of the class I'm extending. Is there any way to enable code autocomplete? Greetings and thanks in advance for your attention. RE: Eclipse PHP Ide + CodeIgniter 4 - Intellisense? - kenjis - 07-28-2022 Did you install PDT? https://www.eclipse.org/pdt/ It seems many users are using VS Code or PhpStorm. RE: Eclipse PHP Ide + CodeIgniter 4 - Intellisense? - rpjdcode - 07-30-2022 (07-28-2022, 07:26 PM)kenjis Wrote: Did you install PDT? Tried to install them from Eclipse IDE for PHP Devs but still having problem with code suggestions. I installed the trial of PhpStorm and I am amazed. So i'm going to enjoy a good PHP Rush in a month ![]() |