PHP-Namespace-Resolver icon indicating copy to clipboard operation
PHP-Namespace-Resolver copied to clipboard

PHP Namespace Resolver - VSCode Extension

Results 50 PHP-Namespace-Resolver issues
Sort by recently updated
recently updated
newest added

This PR fix #66 by generating namespaces based on a file's relative path to the project folder instead of the absolute path.

- Issue Type: `Bug` - Extension Name: `php-namespace-resolver` - Extension Version: `1.1.8` - OS Version: `Windows_NT x64 10.0.19044` - VS Code version: `1.68.0` :warning: We have written the needed data...

- Issue Type: `Bug` - Extension Name: `php-namespace-resolver` - Extension Version: `1.1.8` - OS Version: `Windows_NT x64 10.0.19044` - VS Code version: `1.68.0` :warning: We have written the needed data...

Like VS-code organize imports functionality on JS

This was working fine prior to the last VSCode update. I have two autoload-folders: ``` "psr-4": { "App\\": "app/", "Domain\\": "src/" }, ``` Namespace had no issue figuring out what...

I have autoSort turned on, and I get "Nothing to sort" error everytime I save a file which does not contain any namespaces. I believe this warning or error is...

Can you add the ability to sort the Non namespaced packages first Ie: use stdClass; use Exception; use Backend\Dbo\FieldValueDbo; use Backend\Handler\FieldHandler; use Backend\Handler\FieldValueOptionHandler; use Backend\Manager\SystemManager; use Framework\Arry\Arry; use Framework\Core\Handler; use...

I currently use the plugin with a key binding to import the class I have my cursor on which imports this: ```use App\Models\User;``` Is it possible to have my cursor...

- Issue Type: `Bug` - Extension Name: `php-namespace-resolver` - Extension Version: `1.1.8` - OS Version: `Windows_NT x64 10.0.22000` - VS Code version: `1.61.2` ```json { "messages": [ { "type": 1,...

Getting this error now when attempting to add a `use` statement after updating to 1.60.0