We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
上图是我自实现的注解,并且对注解的 value 参数添加了 idea 提供的 @language(“SpEL”) 注解,所以它能识别到是spel 表达式。但是参数 #loginUser 以及 #opt 却无法识别到。
这个是SpringSecurity 提供的 注解,它能识别到spel 表达式,同时还能识别到方法参数,通过鼠标还能点击跳转。
如何才能做到像SpringSecurity 那样,让idea 识别到spel 表达式中的参数,并且点击能跳转到参数具体的位置。
Language(“SpEL”) 注解 也是看到项目中用到,才学到的,所以想来问下。 ^_^
The text was updated successfully, but these errors were encountered:
这个可能得自定义idea规则,或者插件实现
Sorry, something went wrong.
woc,这个issue居然来自两周以前,不好意思,我之前是真没看到,不然肯定会回复你的🥲
这个应该是需要插件支持的,idea里应该默认有安装SpringSecurity的插件。
No branches or pull requests
上图是我自实现的注解,并且对注解的 value 参数添加了 idea 提供的 @language(“SpEL”) 注解,所以它能识别到是spel 表达式。但是参数 #loginUser 以及 #opt 却无法识别到。
这个是SpringSecurity 提供的 注解,它能识别到spel 表达式,同时还能识别到方法参数,通过鼠标还能点击跳转。
如何才能做到像SpringSecurity 那样,让idea 识别到spel 表达式中的参数,并且点击能跳转到参数具体的位置。
Language(“SpEL”) 注解 也是看到项目中用到,才学到的,所以想来问下。 ^_^
The text was updated successfully, but these errors were encountered: