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
When pressing CMD-SHIFT-D (Jump to Included File), only files with an absolute path to the file are recognized.
// active file in ~/Desktop/Test// does not work:include'untitled.php';
// does work:include'/Users/UserName/Desktop/Test/untitled.php';
Tooltip error: file not found.
Also when pressing ESC when the CMD-SHIFT-D pop-up tooltip is active, the following error occurs:
Failure running "Jump to include File"
Command return status code 1
I'am using TM 2.0 beta 8.6 and OSX 10.11.3n (also happens with TM beta 8.5)