alt+click extended PHP classes with interface not working · Issue #67 · SublimeCodeIntel/SublimeCodeIntel · GitHub
Skip to content

alt+click extended PHP classes with interface not working #67

Description

@jaikdean

If I alt+click on sfUser in the below code, I'm taken to the code of the sfSecurityUser interface rather than the sfUser class.

class sfBasicSecurityUser extends sfUser implements sfSecurityUser
{
    // …
}

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

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions