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

Fix getting expanded class to import #84

Closed manuelcanepa closed 2 years ago

manuelcanepa commented 4 years ago

This PR fix issue #83. The getWordRangeAtPosition method ignore backslash in expanded class, with the regex it will include the backslash, letters and numbers in the class name.