如何让 Eclipse PDT 仅在 CTRL-空格键上显示我的代码模板?
在早期版本的 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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不知道 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).