sublime-php-namespace
sublime-php-namespace copied to clipboard
A "3 in 1" package to use PHP Namespaces with SublimeText 2 and 3
It's been a fair few year since I have used Python (back in the 2.6 days) so my apologies if this is poor quality code. This fixes #9 that I...
I wish to append a root namespace before insertion. For example: src/Core namespace Core will be inserted. However I want App to be added before the namespace name like so...
Hi Is there a way to use reguler expressions when setting php_namespace.stop_folders Please show an example if this is possible. For example: ` "php_namespace.stop_folders": [ "src", "*-packages" ] ` If...
When creating a class that implements a contract, pressing alt+u doesn't include (use) the contract but includes the class itself instead.
It would be quite helpful if this would automatically treat the top level folder(s) as a stop folder. This would be especially useful when using Laravel which uses a PSR-4...
Problem: `alt+r`, `alt+c` bindings reserved by default actions 'Toggle regex' and 'Toggle Case Sensitive' actions in the search pane. I changed context of `alt+r` and `alt+c`, so PhpNamespace commands would...
Any chance of getting support for [PSR-4](https://github.com/php-fig/fig-standards/blob/master/proposed/psr-4-autoloader/psr-4-autoloader.md)? I imagine this will add a level of complexity as you will now need to interpret composer.json for the root namespace.