Kiren S
Kiren S

Reputation: 3097

How to enable PHP class suggestion in Visual Studio Code?

I just started using Visual Studio Code editor. But class suggestion is not showing for me. How can I enable this feature? I tried it by installing PHP IntelliSense extension but not working.

Upvotes: 2

Views: 5894

Answers (2)

nazeef nezzi
nazeef nezzi

Reputation: 1

Install PHP Namespace Resolver Extension. it works exactly same like PhpStorm.

Upvotes: 0

Gautam Patadiya
Gautam Patadiya

Reputation: 1412

You can try this extension for PHP. It's working well for me.

PHP Intelephense

Upvotes: 5

Related Questions