erichard / SublimePHPCompanion

A Sublime Text plugin that provides cool stuff for PHP 5.3+ coding session.
MIT License
932 stars 115 forks source link

how to find who inherits an interface or class ? #109

Closed videni closed 4 years ago

videni commented 7 years ago

I need this feature badly, because my project is very big , find the descendants of a class or interface , can save us lots of time.

erichard commented 7 years ago

Hi, can you explain a bit further ?

Let say your cursor is on a classname and you hit the key that map to your feature, then the quickpanel display a list of descendants, what do you want to do with them ? select one and open it ?

videni commented 7 years ago

@erichard , the quickpanel doesn't show, you mean this package has this feature already, but I never see anything shows it works.

erichard commented 7 years ago

@videni No the feature does not exists. I try to figure what it the use case and how it should behave.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.