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

后端 未结 6 2178
鱼传尺愫
鱼传尺愫 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:14

    Do you have auto-activate enabled? If you're looking for a prompt as you type you'll need to enable it.

    Window->Preferences->Select PHP and then Code assist and it will be the last option in the dialog. You can set a delay time for the prompts as well.

    Otherwise, you need to press Ctrl+Enter to make the prompts appear.

提交回复
热议问题