Welcome Guest, Not a member yet? Register   Sign In
Eclipse PHP Ide + CodeIgniter 4 - Intellisense?
#1

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.
Reply
#2

(This post was last modified: 07-28-2022, 07:27 PM by kenjis.)

Did you install PDT?
https://www.eclipse.org/pdt/

It seems many users are using VS Code or PhpStorm.
Reply
#3

(07-28-2022, 07:26 PM)kenjis Wrote: Did you install PDT?
https://www.eclipse.org/pdt/

It seems many users are using VS Code or PhpStorm.

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




Theme © iAndrew 2016 - Forum software by © MyBB