Double-click editor resizing
Debugging performance improvements and better Node.js support
Configure the external shell to use from VS Code
Extension authors will be especially happy with this release, as we've:
Updated the Language Server protocol
Added Debug Adapter test support
Added several new APIs (open folder, add JSON schema validation, onDebug activation)
1
Mithril 2016-05-11 00:34:00 +08:00
最重要的是把那个脑残的多语言命令补全关掉了
|
2
RqPS6rhmP3Nyn3Tm 2016-05-11 00:41:10 +08:00 via Android
请问只用编辑器需要注意什么吗?感觉没有 IDE 都不会写代码了。
|
3
hxtheone 2016-05-11 01:04:57 +08:00 via iPhone
给力,基本上是现在写 JS 的主力编辑器了
|
5
sun1991 2016-05-11 08:55:31 +08:00
python 输出 unicode 到 output window 时有问题:
# -*- coding: utf-8 -*- unicode_name = u'上海' utf8_name = unicode_name.encode('utf-8') print(utf8_name) print(unicode_name) # This line generate error |
6
Midnight 2016-05-11 09:28:49 +08:00
感觉更新了才没几天,微软现在这么给力了
|
7
hellokt 2016-05-11 09:47:31 +08:00
现在能自动识别没有 bom 的文件的文字编码了吗?
之前因为这个完全没办法用, gbk , utf8 的文件太多,手动切换太痛苦了 |
9
mewking 2016-05-17 07:41:17 +08:00
为毛 C# 取消语法高亮了, 0.1 的时候都可以,微软出的编辑器,居然不支持 C# 语法高亮
|