SublimePHPCompanion icon indicating copy to clipboard operation
SublimePHPCompanion copied to clipboard

Implement interface hierarchy

Open mbrodala opened this issue 9 years ago • 2 comments

This package already allows for implementing all methods of a directly mentioned interface.

However, if that interface extends another interface, those methods are not recognized.

It would be nice, if that was possible.

mbrodala avatar Aug 04 '16 14:08 mbrodala

The plugin is not very smart. It just use some regex to do useful stuff.

What your asking need some PHP introspection and is much more complicated. I will not working on this myself but I let it open for other.

erichard avatar Jan 25 '17 07:01 erichard

Hello. I don't know how to code a ST3 plugin, But I can help with that. What do you need ? I you want, You can prepare the battlefield, and I will code the PHP part to get all the method.

lyrixx avatar Dec 26 '17 09:12 lyrixx