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.
Asked
Active
Viewed 1,785 times
1 Answers
-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