如何配置 textmate 在与 ` 组合时自动替换单词?

发布于 2024-11-10 09:33:52 字数 107 浏览 0 评论 0原文

如何配置 TextMate 将 jquerycdn` 自动替换为 "http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js" ?

How do I configure TextMate to auto-replace jquerycdn` with "http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js" ?

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

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

发布评论

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

评论(1

走走停停 2024-11-17 09:33:52

我不认为你可以“自动替换”,这样输入它就会自动将其替换为你的 URL,但你可以创建一个片段,这样你就可以输入“jquerycdn[TAB]”并将其替换为你的 URL,我想这几乎一样好。

要创建在编辑 HTML 文件时有效的代码片段,请选择“捆绑包”>“捆绑包编辑器”>“显示捆绑包编辑器”(Cmd-Opt-Ctrl-B)。找到 HTML 包并选择它。单击捆绑包列表下方的加号按钮,然后选择“新建片段”。将其命名为有用的名称(可能只是“jquerycdn”),然后在右侧的大文本区域中输入您的 URL。将“激活”保留为“选项卡触发器”,然后在该菜单右侧的文本字段中输入“jquerycdn”。将范围设置为“text.html”。打开或创建一个 HTML 文档,然后输入“jquerycdn[TAB]”进行尝试。

I don't think you can "auto-replace" such that typing it automatically replaces it with your URL, but you can create a snippet and so that you can type "jquerycdn[TAB]" and have it replace that with your URL, which is almost as good I suppose.

To create a snippet that works when editing HTML files select Bundles>Bundle Editor>Show Bundle Editor (Cmd-Opt-Ctrl-B). Find the HTML bundle and select it. Click the plus button below the list of bundles and choose New Snippet. Name it something useful (perhaps just "jquerycdn") and enter your URL in the large text area on the right. Leave the Activation as Tab Trigger and enter "jquerycdn" in the text field to the right of that menu. Set the scope to "text.html". Open or create an HTML document and try it out by typing "jquerycdn[TAB]".

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