AOP in plugins

Hi,

 

I'm developing a big plugin for IntelliJ and I want to log on a method call and on a method exit. In a recent project I had I used AOP point cuts to do this, but here I don't know how. 

 

Can you advise me how I can do this?

 

Thanks.

0

Only by customizing IDE's VM options and using load-time weaving.

0

请先登录再写评论。