Textmate - 用于转义引号的键盘快捷键
是否有可用的键盘快捷键(或捆绑包)可以在 Textmate 中转义引号? (特别是 JavaScript)。
Is there a keyboard shortcut (or bundle) available that will escape quotes in Textmate? (specifically javascript).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Texmate 附带的 Source 包可以做到这一点。
捆绑包 → 源 → 插入转义 → 引号
The Source bundle that comes with Texmate does this.
Bundles → Source → Insert Escaped → Quotes
如果您想逃避 javascript 来制作书签,我刚刚找到了 Bundles -> JavaScript ->作为书签复制到剪贴板(它还会更新写入文件以包含转义版本。
If you're looking to escape javascript to make a bookmarklet, I've just found Bundles -> Javascript -> Copy as Bookmarklet to Clipboard (it also updates the written file to include the escaped version.