Closed mastir closed 4 years ago
ok, solved by placing into all root folders composer.json:
{
"autoload": {
"psr-4": { "": "" }
}
}
shouldn't it be default behavior?
Here is simple fallback for projects without composer. https://github.com/erichard/SublimePHPCompanion/pull/135
How to use PSR-4 support in projects without composer?