作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有许多类似的代码块:
imgLoader({
img: $chImage,
btn: $btnAssignment,
imgPath: basePath + '04-Section Exercise/Assignment.png'
});
我想将它们压缩成 1 行。
imgLoader({ img: $chImage, btn: $btnAssignment, imgPath: basePath + '04-Section Exercise/Assignment.png' });
这是我手动完成的,大约需要 10 秒。想象一下,做其中的 100 次显然并不好玩。我想知道是否有任何 Sublime Text 3 包/插件可以帮助我做到这一点。
最佳答案
事实证明,在 Sublime Text 中,我们可以完成这样的任务,但只需突出显示文本,然后按:
注意: 这只能以一种方式工作。
关于sublimetext - 如何将多行代码压缩为 1 行代码?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29969951/
我是一名优秀的程序员,十分优秀!