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

`Generate namespace for this file` is always `App` #94

Open bilogic opened 3 years ago

bilogic commented 3 years ago

Hi @MehediDracula,

Your package saves me a lot of time! But when I use the command Generate namespace for this file, it always creates namespace App only.

Below is what I'm expecting project\vendor\owner\package\src\Models\MyModel.php => namespace Owner\Package\Models

Any idea how I can fix? Thank you.