Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

martinszeltins's avatar

No auto complete intelisense in VSCode for PHP?

It looks like my VSCode doesn't autocomplete / suggest a function that has already been used once in a file. It should definitely see it and offer auto complete with tab. I have PHP Intelephense extension installed. This used to work in Sublime text. What am I missing?

Take a look at this screenshot of VSCode vs Sublime

Image of Yaktocat

0 likes
1 reply
programators's avatar
  1. have you tried reinstall vs code?
  2. have you tried to import settings from sublime
  3. Show your settings.json file (it is located inside Library/Application Support/Code/User/)

    "editor.quickSuggestions": true

Please or to participate in this conversation.