用于方法上 Java 注释的自定义内容辅助模板

发布于 2024-09-18 01:12:25 字数 255 浏览 11 评论 0原文

在 Eclipse 3.6 中,我似乎无法使以下内容辅助模板正常工作:

@Column(name="${cursor}")

每当我在起始字符串(例如 @C)上尝试 ctrl-spc 时,它只显示我使用通常的类型完成,没有额外的条目(例如我在启动 for 时看到的条目)。该帮助似乎很少介绍图案外观的细节。内容辅助应该适用于注释吗?如果是这样,怎么办?

In Eclipse 3.6, I can't seem to get the following content assist template to work:

@Column(name="${cursor}")

Whenever I try ctrl-spc on a start string such as @C it only shows me the usual type completions, no additional entries (like the one I see when starting a for for instance). The help seems to be light on detail on how the pattern should look. Is content assist supposed to work for annotations? If so, how?

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

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

发布评论

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

评论(1

清浅ˋ旧时光 2024-09-25 01:12:25

制作没有 @ ... 的模板,这样您就可以输入 co ,然后让生成 @Column(name="${cursor} “)

Make the template without the @ ... such that you type co<crtl-spc> and then let generate @Column(name="${cursor}").

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