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

Popular posts from this blog

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -