You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, it's fine when the class defined like class Controller extends BaseController;
But there is an error: Vim(ptjump):E434: Can't find tag pattern when use full namespace like this: class Controller extends \namespace\Controller .
What could I do ?