I\'m writing PHP code in Eclipse PDT (PHP Development Tools), but for some reason it doesn\'t auto-complete PHP built-in functions, such as \"isset()\". This is unlike Komodo wh
in .buildpath, suppress this line if existing :
in .project, suppress this line if existing :
org.eclipse.php.core.PHPNature
right click on project > Configure > Add PHP support...