Code Igniter 2.1 autocomplete/IntelliSense in Eclipse
I am using Eclipse PDT to code with PHP Code Igniter. I would like to get auto complete working. Anyone know how I can accomplish this? I've found a few online tutorials but had no success. You could try this method Choose “Project” -> “Properties” or “Window” -> “Preferences” -> “PHP” (for global usage) Choose “PHP Include Path” Click on “Add External Source Folder” and point to file below restart eclipse Point path to this file below ciautocomplete.php <?php /** * @property CI_DB_active_record $db * @property CI_DB_forge $dbforge * @property CI_Benchmark $benchmark * @property CI_Calendar