Visual Studio Code安装及使用 下载地址 官网: https://code.visualstudio.com/ 使用指南 代码提示 创建hello.js,体验vscode代码提示功能 const hello = 'hello'; console.log(hello); 调试 默认支持node调试,F5启动调试 若要支持网页调试,需安装Debugger for Chrome,如下是基本配置方式 { linkid=830387 version: 0.2.0, configurations: [ { name: