比如某个注解@anno
我如何进入它的Aspect中?
不可能一个一个去找吧?有没有什么便捷的办法,可以快速进入一个注解的Aspect方法?
比如某个注解@anno
我如何进入它的Aspect中?
不可能一个一个去找吧?有没有什么便捷的办法,可以快速进入一个注解的Aspect方法?
可以查看一下Help文档,我搜到的下面的描述看看是不是有帮助(只有Ultimate版支持):
In the editor, place the caret at the event type value in the @Observer annotation.
Press Ctrl+Alt+F7, or choose Edit | Find | Show Usages on the main menu.
From the suggestion list, select the desired destination.
The class containing the method that raises the event in question, is opened in a separate tab, the caret resting at the event type value: