Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show annotation for classlikes that allows navigating to related classlikes #389

Closed
Gert-dev opened this issue May 4, 2018 · 1 comment

Comments

@Gert-dev
Copy link
Owner

Gert-dev commented May 4, 2018

We could show an annotation in the gutter for interfaces, classes and traits that shows a menu of all related classes, such as:

  • Classes that extend this class.
  • Interfaces that extend this interface.
  • Classes that implement this interface.
  • Classes that use this trait.

Clicking one of the related classes will take you to its definition.

@Gert-dev
Copy link
Owner Author

Replaced by this Serenata ticket as this functionality is now in the server with #460.

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

No branches or pull requests

1 participant