如何让 Eclipse PDT 仅在 CTRL-空格键上显示我的代码模板?

发布于 2024-08-02 23:12:44 字数 350 浏览 2 评论 0原文

在早期版本的 Eclipse PDT 中,当我输入“sh”并按 Ctrl+空格键 时,它仅向我显示以“sh”开头的代码模板。

在我下载的最新版本中,它似乎向我展示了每个类中以“sh”开头的每一个方法,这太多了。

如何让 Eclipse PDT 在按 CTRL-SPACEBAR 时仅显示我的代码模板?

替代文本

In an earlier version of Eclipse PDT, when I typed e.g. "sh" and pressed Ctrl+SPACEBAR, it showed me only my code templates which started with "sh".

In the newest version I downloaded, it seems to be showing me every single method in every class which begins with "sh" which is too much.

How can I get Eclipse PDT to just show me only my code templates when pressing CTRL-SPACEBAR?

alt text

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

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

发布评论

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

评论(1

奢华的一滴泪 2024-08-09 23:12:44

我不知道 PDT 中是否使用相同的解决方案,但 JDT 在 Preferences/Java/Editor/Content Assist/Advanced 中有一个设置,可以在其中更改提案类型。可能值得检查 PDT 是否存在类似的东西(我现在没有安装)。

I don't know if the same solution is used in PDT, but the JDT has a setting in Preferences/Java/Editor/Content Assist/Advanced, where it is possible to change the proposal kinds. It might be worth checking whether something similar exists for PDT (I don't have one installed right now).

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