Skip to content

Jump to included file does not work for relative path #69

Description

@feekApp

Hi,

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)

regards,
Feek

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions