适用于 Eclipse 的 QuickText(记事本)插件

发布于 2024-08-12 07:44:15 字数 127 浏览 8 评论 0原文

Eclipse 是否有类似 QuickText 的(Tab 触发器)插件?

Is there a QuickText like (Tab Trigger) plugin for Eclipse?

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

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

发布评论

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

评论(1

起风了 2024-08-19 07:44:15

如果我正确阅读 TextMate 的选项卡触发器,尤其是说明的部分:

当选项卡触发器与程序关键字匹配并导致执行输入关键字后通常执行的操作(例如插入片段)时,选项卡触发器也很有用。

,最接近的 Eclipse 功能是 Preferences / Java / Editor / Templates
(区别在于它不是由 Tab 触发,而是由 Ctrl+Space 触发...)

alt text


例如示例允许您在仅输入三个字母后插入相当多的代码...

alt text
(来源:iipt.fr

If I read Tab Triggers of TextMate correctly, especially the part stating:

Tab triggers are also useful when they match program keywords and lead to actions (such as inserting snippets) that do what you would normally do after entering the keyword.

, the closest eclipse feature for that would be Preferences / Java / Editor / Templates
(the difference being that is is triggered not by Tab, but rather by Ctrl+Space...)

alt text


The example for instance allows you to insert quite a bit of code after typing only three letters...

alt text
(source: iipt.fr)

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