智能化下的产物,无人棋牌室
Visual Studio Code 发布首次更新 0.3.0 版本,Visual Studio Code 计划一个月发布一个新的版本,此版本是第一个常规更新版本。 此次更新包括超过 300 处改进和 bug 修复。
现在在使用 Code 的用户需要注意,根据反馈对一些 Keybindings 做了修改:
- The native File Open dialog has been restored to unassigned.
- The Code File Open dialog is now accessible via ⌘P.
- Go To Definition is now F12 (formerly Ctrl+F12 on Windows).
- Cmd+Up and Cmd+Down now work as expected on the Mac by jumping to the beginning and end of the file.
- Format code is now ⇧⌥F
配置请看这里。
主要更新内容:
- 添加了新的命令行参数,可以从命令行创建新的文件;
- 改进 multi-cursor;
- 注释行为改进;
- 缩进优化;
- Shrink/expand selection;
- 为了提升可读性,可以进行封装控制;
- 配置方面可以使用
runtimeArgs
属性; - 改进调试功能;
- 支持 Rust;
- TypeScript 升级至 1.5;
- 改进对 JavaScript,HTML 等的支持。
其他重要的 bug 修复:
- 16481: Opening files from a UNC folder
- 16457: Chinese characters not properly rendered on Linux
- 16574: Encoding issues
- 16500: $scope auto completes to $$scope
- 16514: HTML tags are incorrectly auto completed
- 16573: “CFBundleIdentifier” of “Visual Studio Code.app” should be changed from “com.github.atom-shell” to another unique identifier.
这是第一次更新,并没有使用自动更新机制,而是建议用户 重新安装 Code。 正在计划在 Mac OS X 和 Windows 上使用自动更新频道。
32 位 Linux 版本下载:http://go.microsoft.com/fwlink/?LinkID=615206。
更多内容请看发行说明。