Eclipse 是否有像 Coda 那样的代码剪辑插件?

发布于 2024-08-29 12:53:59 字数 304 浏览 4 评论 0原文

Coda中有一个非常有用的“Clips”功能,Eclipse有这样的功能吗?

它的作用非常简单,您保存一个经常使用的代码剪辑一次,并为其分配一个快捷方式,当您想重复使用时,您可以键入该快捷方式,它会自动粘贴它并将插入符号设置在定义的位置。

例如,当我输入 4dom 并按 TAB 时,它会输入以下内容:

jQuery(function($){
    //puts cursor here
});

那么,如何在 Eclipse 中执行此操作?

There is a very useful "Clips" feature in Coda, does Eclipse have such feature?

What it does is pretty simple, you save a code clip once, which you use very often and assign it a shortcut and when you want to re-use you type the shortcut and it automatically pastes it and sets the caret at the defined position.

e.g. when I type 4dom and press TAB it types this:

jQuery(function($){
    //puts cursor here
});

so, how do you do this in Eclipse?

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

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

发布评论

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

评论(2

明媚殇 2024-09-05 12:53:59

在 Eclipse 中它们被称为模板。您可以在“窗口”->“首选项”然后“JavaScript/编辑器/模板”中找到它。

它将允许您创建或编辑。

In Eclipse they are called Templates. You can find this in Window->Preferences then JavaScript/Editor/Templates.

It will allow you to create or edit.

-小熊_ 2024-09-05 12:53:59

Eclipse 中类似的功能称为 Snippets。
通过执行以下操作找到它:
单击窗口>显示视图>其他>一般>片段

Similar function in Eclipse is called Snippets.
Find it by doing this:
click on Window > Show View > Other > General > Snippets

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