erichard / SublimePHPCompanion

A Sublime Text plugin that provides cool stuff for PHP 5.3+ coding session.
MIT License
932 stars 115 forks source link

Custom package location #87

Closed keevitaja closed 8 years ago

keevitaja commented 8 years ago

Hello!

I am working on some custom packages for a Laravel project and they are located in

packages/vendor/name/src

Can i configure companion to automatically import namescpaces for that? namespace Vendor\Name would be the namespace for the src folder in the example above.

erichard commented 8 years ago

Hello @keevitaja

I'm afraid you can't. All you can do is set a specific prefix for an entire project with namespace_prefix. I guess you fall into the #30 feature request.