spectacles / CodeComplice

CodeIntel for Sublime Text 2 / 3
Other
167 stars 18 forks source link

PHP Trait doesn't work #39

Closed MartelliEnrico closed 11 months ago

MartelliEnrico commented 9 years ago

When I try to ctrl+click on a class Trait, I get this error:

evaluating 'Authenticatable' at User.php#13: could not resolve first part of '\Illuminate\Auth\Authenticatable'

From what I can see it get the right namespace and name, but it can't open it.

MartelliEnrico commented 11 months ago

Closing