美文网首页
vscode插件

vscode插件

作者: Fight_Code | 来源:发表于2018-07-16 00:46 被阅读13次

    1. Open-In-Browser

    快速右键打开文件中的html,打开网页阅览

    2. Quokka

    实时输出console.log结果

    3. Prettier

    com+p, >format 格式化文件

    4. Code Runner

    5. Todo Parser

    // TODO: this todo is valid
    
    /* TODO: this is also ok */
    
    /* It's a nice day today
     *
     * Todo: multi-line TODOs are
     * supported too!
     */
    

    6. Path Intellisense

    路径提示

    7. REST Client

    接口测试

    8. Output Colorizer

    输出窗口 错误高亮

    9. Color Highlight

    相关文章

      网友评论

          本文标题:vscode插件

          本文链接:https://www.haomeiwen.com/subject/fpbmpftx.html