Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

NetBeans 8.0 PHP CodeIgniter Framework support

I am using netbeans 8.0 it shows auto-complete for zend framework but not for codeigniter. How can I use it with codeigniter for auto-complete support???

Thanks

like image 420
user3254411 Avatar asked Mar 20 '14 09:03

user3254411


1 Answers

Copy the code in the answer here: Netbeans code completion for CodeIgniter into a php file in your project.

I used CI_Autocomplete2.0.php in the root of the project. It's a hack, but it does work. Since I'm familiarizing myself with CI's syntax & naming conventions it does what I want.

I successfully installed one of the Kenai 7.3 modules in 7.4, but the other one they show on the webpage wasn't listed in the plugin options, so I uninstalled it and now I can't get it to re-install again. I haven't tried it in my NetBeans 8 yet though.

Edit: Sorry, I just figured out that the Kenai modules were both listed. The "PHP CI Framework Repository" installed ok (don't know what, if anything, it did yet). It's the "PHP CI Framework" that won't install and lists out a bunch of module dependencies. I'll update again if there's anything to add when I try with Nb8.

like image 157
Chaos7703 Avatar answered Nov 07 '22 06:11

Chaos7703