内容简介:Visual Studio Code 1.22.0 和 1.22.1 发布了。 1.22.0 更新内容 Syntax aware code folding - Adds improved folding for CSS, HTML, JSON, and Markdown files. Cross file error, warning and reference navi...
Visual Studio Code 1.22.0 和 1.22.1 发布了。
1.22.0
更新内容
Syntax aware code folding - Adds improved folding for CSS, HTML, JSON, and Markdown files.
Cross file error, warning and reference navigation - Move quickly around your workspace.
New Hint suggestions - Makes it easy to spot suggested fixes or refactorings in the editor.
Convert to ES6 refactoring - New Code Actions to convert to ES6 classes and modules.
Auto attach to process - Automatically attach the debugger to running Node.js processes.
Logpoints - Inject logging without changing source code or restarting your debug session.
Better large file support - Faster syntax highlighting and easily increase memory for very large files.
Multi-line links in the terminal - Paths and URLs can span lines in the Integrated Terminal.
Emmet wrap preview - Live preview for Emmet's wrap with abbreviation functionality.
Improved updates on Windows - Automatically updates in the background for less downtime.
Preview: Organize JS/TS imports - Remove unused and sort remaining imports.
下载地址:
1.22.1
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- layui 2.2.5 发布,常规更新
- RabbitMQ 3.7.4 发布,常规更新
- Golang 1.10.3 发布,常规更新版本
- CatchAdmin V2.3 版本发布,常规更新
- ThinkPHP 发布 5.1.35 版本,常规更新
- Linux Mint 3 "LMDE" 发布,常规更新
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
笨办法学Python 3
[美]泽德 A. 肖 / 王巍巍 / 人民邮电出版社 / 2018-6-1 / CNY 59.00
本书是一本Python入门书,适合对计算机了解不多,没有学过编程,但对编程感兴趣的读者学习使用。这本书以习题的方式引导读者一步一步学习编程,从简单的打印一直讲到完整项目的实现,让初学者从基础的编程技术入手,最终体验到软件开发的基本过程。本书是基于Python 3.6版本编写的。 本书结构非常简单,除“准备工作”之外,还包括52个习题,其中26个覆盖了输入/输出、变量和函数3个主题,另外26个......一起来看看 《笨办法学Python 3》 这本书的介绍吧!