初学者的 TextMate 问题
所以我来自 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
假设您处于 HTML 模式...(查看底部的状态栏)...
键入一个单词,然后按 ctrl <;
这将使用该单词为该单词创建打开和关闭标签(例如表格)
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)
您可以使用 HTML 包(默认安装)中的“Tab 触发器”片段。例如,如果您想要
body
标记,您可以键入:,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: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