V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
Ixizi
V2EX  ›  Visual Studio Code

VSCode1.1 发布了~~~

  •  
  •   Ixizi · 2016-05-11 00:04:37 +08:00 · 3592 次点击
    这是一个创建于 2900 天前的主题,其中的信息可能已经有所发展或是发生改变。

    link:https://code.visualstudio.com/Updates

    Here is a overview of some of the updates contained in this release:

    • 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)

    9 条回复    2016-05-17 07:41:17 +08:00
    Mithril
        1
    Mithril  
       2016-05-11 00:34:00 +08:00
    最重要的是把那个脑残的多语言命令补全关掉了
    RqPS6rhmP3Nyn3Tm
        2
    RqPS6rhmP3Nyn3Tm  
       2016-05-11 00:41:10 +08:00 via Android
    请问只用编辑器需要注意什么吗?感觉没有 IDE 都不会写代码了。
    hxtheone
        3
    hxtheone  
       2016-05-11 01:04:57 +08:00 via iPhone
    给力,基本上是现在写 JS 的主力编辑器了
    sox
        4
    sox  
       2016-05-11 08:42:49 +08:00 via Android
    @BXIA VS Code 就是 IDE
    sun1991
        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
    Midnight
        6
    Midnight  
       2016-05-11 09:28:49 +08:00
    感觉更新了才没几天,微软现在这么给力了
    hellokt
        7
    hellokt  
       2016-05-11 09:47:31 +08:00
    现在能自动识别没有 bom 的文件的文字编码了吗?
    之前因为这个完全没办法用, gbk , utf8 的文件太多,手动切换太痛苦了
    Ixizi
        8
    Ixizi  
    OP
       2016-05-11 15:22:01 +08:00
    @sox editor
    mewking
        9
    mewking  
       2016-05-17 07:41:17 +08:00
    为毛 C# 取消语法高亮了, 0.1 的时候都可以,微软出的编辑器,居然不支持 C# 语法高亮
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5579 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 27ms · UTC 02:54 · PVG 10:54 · LAX 19:54 · JFK 22:54
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.