Idea: CodeIgniter codecompletion in Eclipse

Posted by ToS on Stack Overflow See other posts from Stack Overflow or by ToS
Published on 2010-05-05T01:59:06Z Indexed on 2010/05/05 2:08 UTC
Read the original article Hit count: 339

I just figured out that all code completion for Eclipse is stored in plain files located here (example):

.\eclipse\plugins\org.eclipse.php.core_2.1.1.v20090921-1100\Resources\language

I tried adding global variables like $_POST, $_GET, $_SERVER to the end of basic.php but without any luck (did try to restart Eclipse).

Is there a way to create compatible files for the needs of "smooth integration" of (ie.)CodeIgniter framework by adding or changing files located here and how would it be done?

© Stack Overflow or respective owner

Related posts about codeigniter

Related posts about eclipse