如何导航到Lombok生成的实现

发布于 2025-02-01 12:39:18 字数 286 浏览 3 评论 0原文

我想知道是否可以直接使用Intellij Idea生成的方法。

例如,在此给定的示例中:

@Builder
public class AClass {

  private String body;

}

尝试转到Aclass#Builderacclass.builder()。build()。 Aclass,而不是将我带到target目录中生成的真实编译方法

I'm wondering if it would be possible to navigate directly to the methods generated by Lombok using Intellij IDEA.

For instance, for this given example:

@Builder
public class AClass {

  private String body;

}

trying to go to the implementation of AClass#builder in an instruction like AClass.builder().build() results in Intellij navigating to AClass, instead of taking me to the real compiled method, which is generated under target directory

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

愿得七秒忆 2025-02-08 12:39:18

Please feel free to create an issue here: https://youtrack.jetbrains.com/issues/IDEA
Currently you can't change the behavior.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文