Code completion/assist for built-in PHP functions in Eclipse PDT

后端 未结 6 2174
鱼传尺愫
鱼传尺愫 2021-02-06 01:29

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

6条回答
  •  孤城傲影
    2021-02-06 02:30

    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...

提交回复
热议问题