0

I just instlled PHP Intelephense extension in Visual Studio code. When I hover over a class and right click, it will not show import in the option.

Daniel W.
  • 31,164
  • 13
  • 93
  • 151
Gist
  • 11
  • 5

1 Answers1

-1

Install Php Namespace Resolver by Mehedi Hassan for Import and Expand php namespaces

Abdul Rehman
  • 222
  • 1
  • 5
  • Unfortunately, this plugin has the very significant drawback that it neither allows extra include paths (it relies on folders inside the workspace) nor uses those of Intelephense. – Gábor Sep 13 '22 at 16:26