Vscode使用小技巧

Write Comment

Vscode使用小技巧

卷心菜 卷心菜
Abstract # vscode删除重复行并排序` 安装插件:`Transformer` `ctrl + a` 全选文字 `ctrl + shift + P` 打开命令窗口 输入: ``` Transform:Unique Lines //

vscode删除重复行并排序`

安装插件:Transformer

ctrl + a 全选文字 ctrl + shift + P 打开命令窗口 输入:

Transform:Unique Lines //删除重复行

Transform:Sort Lines //排序

更多功能,查看插件页面,有git动画示例

vscode删除行前的空格

输入^\s 选择使用正则表达式 vscode删除行尾的空格

输入\s$ 选择使用正则表达式

VScode多行编辑的设置

Login required to read the rest of the content

登录 to comment~