MehediDracula / PHP-Namespace-Resolver

PHP Namespace Resolver - VSCode Extension
https://marketplace.visualstudio.com/items?itemName=MehediDracula.php-namespace-resolver
MIT License
124 stars 31 forks source link

No extension commands shown i command palette #106

Open palansher opened 2 years ago

palansher commented 2 years ago

Hello!

I try according to:

Search these commands by the title on command palette.

[
    {
        "title": "Import Class",
        "command": "namespaceResolver.import"
    },

image

PHP Namespace Resolver v1.1.9 VSCODE 1.71.2 in SSH remote mode

What I am duing wrong?

Thanks!