Welcome Guest, Not a member yet? Register   Sign In
NetBeans 7.1.1 and CodeIgniter 2.1.2 auto completion not working!
#1

[eluser]Unknown[/eluser]

Okay for some reason I cannot get the CI autocompletion to work on NetBeans for the life of me. For example when I type in
Code:
ci_control
in the netbeans ide I get the code hint for
Code:
CI_Controller ci_auto_complete.php
while it is pointing towards the correct file, it fails to correctly auto complete and leaves me with
Code:
CI_Controller::get_instance()
instead of the default autocompletion for CI_Controller. I have codeIgniter successfully installed, because I can run applications correctly, I just have trouble getting the autocompletion to work.

I even tried plugging in some code in the system ->core ->model and controller files as explained in this tutorial, http://www.youtube.com/watch?v=MzvSA0hq3Ts to no avail.

I would appreciate it if somebody can please help me!

Thanks in advance,

NetBeans 7.1.1 CodeIgniter 2.1.2
#2

[eluser]Jason Hamilton-Mascioli[/eluser]
Tried this and worked!

http://ellislab.com/forums/viewthread/187949/
#3

[eluser]Unknown[/eluser]
I followed that thread exactly, and it failed to auto complete correctly when I typed
Code:
ci_contr
it still left me with CI_Controller::. I have no clue as to why it is doing it for me but not for anyone else. It's correctly linking to the auto complete file and everything.




Theme © iAndrew 2016 - Forum software by © MyBB