sublime-php-namespace
sublime-php-namespace copied to clipboard
Can we append a root namespace or prefix to the namespace before insert?
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 App\Core How can I accomplish this?