初学者的 TextMate 问题

发布于 2024-12-03 03:37:12 字数 178 浏览 1 评论 0原文

所以我来自 Visual Studio 的世界,其中我有“智能感知”和某些键盘快捷键(很大程度上也要感谢 ReSharper)。我正在转换到 Mac,并拥有 TextMate 的副本。

当您创建新标签时,如何让它自动放置结束 HTML 标签?这是一个“捆绑包”吗?如果是,我该如何让它工作。

抱歉,初学者的问题

So I'm coming from the world of Visual Studio wherein which I have "intellisense" and certain keyboard shortcuts (thanks also in large part to ReSharper). I am transitioning to the Mac and have a copy of TextMate.

How do you get it to automatically place a closing HTML tag when you create a new one? Is this a "bundle" and if so how do I get it to work.

Sorry, beginner's question

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

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

发布评论

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

评论(2

焚却相思 2024-12-10 03:37:12

假设您处于 HTML 模式...(查看底部的状态栏)...

键入一个单词,然后按 ctrl <;

这将使用该单词为该单词创建打开和关闭标签(例如表格)

table^<
<table></table>

Assuming you are in HTML mode... (look at the status bar at the bottom)...

Type a word then press ctrl <

That will use the word to create open and close tags for the word (e.g. table)

table^<
<table></table>
故事与诗 2024-12-10 03:37:12

您可以使用 HTML 包(默认安装)中的“Tab 触发器”片段。例如,如果您想要 body 标记,您可以键入:

body[TAB]

,TextMate 将插入完整的开始和结束标记。

有关各种 HTML 捆绑包功能(因为有多种)的更多信息,请参阅 http://manual.macromates。 com/en/bundles#html

You can use the "Tab trigger" snippets from the HTML bundle (installed by default). For example, if you want a body tag, you can type:

body[TAB]

and TextMate will insert the full opening and closing tag.

For more on the various HTML bundle capabilities (because there are several) see http://manual.macromates.com/en/bundles#html

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