美文网首页
vscode常用技巧

vscode常用技巧

作者: 最底层的技术渣 | 来源:发表于2020-06-17 17:30 被阅读0次

1、去除多余的空行( 使用正则表达式 )

^\s*(?=\r?$)\n

2、php文件开发中双击选中变量时,前面的$符号无法一起选中

英文版:File -> Preferences -> Settings -> word separators,在搜索结果的符号中去除$符号即可

中文版:文件 -> 首选项 -> 设置 -> word separators,在搜索结果的符号中去除$符号即可



相关文章

网友评论

      本文标题:vscode常用技巧

      本文链接:https://www.haomeiwen.com/subject/pfciqhtx.html