- Edited
is it possible to expose a command that I can call to resolve the namespace of the class that the cursor is on?
Today, I'm using the shortcut key ctrl + alt + i
to "force" it.
The issue is that there are frequently classes of the same name, I need to select the correct one.
This plugin does it quite well https://open-vsx.org/extension/MehediDracula/php-namespace-resolver
I suspect this feature requires a language server, so I prefer to just rely on yours. Thank you.