SublimePHPCompanion
SublimePHPCompanion copied to clipboard
Implement interface hierarchy
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.
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.
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.