VSCode 中的 ES6 支持不起作用
ES6 support in VSCode isnt working
我看到了有关此问题的其他问题 - - but this has now been addressed by Microsoft and implemented in VSCode。
但是,我已经下载了最新版本的 VSCode,并从 GitHub, and it seems to not be working
中克隆了示例 es6 存储库
要获得 ES6/ES7 支持,最好的方法是将 ESLint 与专用解析器(babel 等)一起使用。如果你有兴趣,我试试看:.
如果您将 eslint 与 npm 一起使用,您可能需要项目根文件夹中的 .eslintrc 文件。看我的回答 and the docs for the ESLint VSCode extension.
我看到了有关此问题的其他问题 -
但是,我已经下载了最新版本的 VSCode,并从 GitHub, and it seems to not be working
要获得 ES6/ES7 支持,最好的方法是将 ESLint 与专用解析器(babel 等)一起使用。如果你有兴趣,我试试看:
如果您将 eslint 与 npm 一起使用,您可能需要项目根文件夹中的 .eslintrc 文件。看我的回答