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

Incorrect namespace generation when project name contains one of the psr4 namespace #66

Open jinoantony opened 5 years ago

jinoantony commented 5 years ago

There is an issue in namespace generation when the project name contains one of the psr4 namespace.

"psr-4": {
   "App\\": "app/",
   "BackOffice\\": "Modules/BackOffice/"
}

Screenshot (178)

Even though the correct namespace is App\Http\Middleware the extension generate it as App