今天(北京时间 2019 年 8 月 9 日),微软发布了 Visual Studio Code 1.37 版本。此版本主要更新的内容包括:
Full product icon refresh - 多达数十个图标迎来全新的现代化设计
Edit string arrays in the Settings UI - 在配置编辑器中直接编辑字符串数组
Reveal search result in File Explorer - 在搜索结果中直接跳转到文件管理器
Show whitespace in selection - 在选中的文本中显示 whitespace
Find and Replace preserves casing - 替换字符串时保留大小写
Terminal search UX improvements - Terminal 自底向上搜索
Better SCSS @import navigation - 更好的 SCSS 导入体验
Remote Development tutorials - 更全面的远程开发教程(包含 SSH 和 WSL)
全新的图标设计
此次图标更新包含了侧边栏、文件管理器、搜索、调试等区域。
在搜索结果中,新添加了 Reveal in Explorer 右键菜单,可以直接跳转到文件管理器。
NPM Scripts Explorer 默认开启
当工作区根目录包含 package.json 时,NPM Scripts Explorer 会在 File Explorer 显示出来。
选中文本显示 whitespace
editor.renderWhitespace
配置项现在支持selection
选项了,可以只在选中的文本中显示 whitespace 。
替换字符串时保留大小写
目前 VS Code 支持保留全大写、全小写和首字母大写三种形式。
在 Terminal 进行搜索到达底部时,之后的搜索将变为自底向上的顺序。
https://code.visualstudio.com/updates/v1_37