java - How to add new instrumented methods to intelliJ auto-complete? -
is possible force intellij aware of new methods/fields (while type) added classes through byte-code class redefinition java agent?
thanks.
yes, possible writing intellij plugin provide information generated methods/fields internal code analysis infrastructure. can accomplished through psiaugmentprovider interface.
Comments
Post a Comment