I am interested in finding a way to pull in the appropriate "use ..." namespace statement to a PHP file I am editing when adding a new class to the code.
From what I understand, PHPstorm does that very nicely and I am curious if this can be replicated in a geany plugin and how much work it might be? Also, if an existing geany plugin could be used as a starting point, perhaps geanyctags??
I did use the plugin ClassBuilder to create a customized Symfony ClassBuilder for my own use so I have some, albeit quite limited, experience in modifying an existing plugin.
Any thoughts?