不出现智能代码提示了
关键词:Cocos CocosCreator
1. 要排除大文件
问题
提示jsconfig.json
中Problems loading refer… ,而且过会会提示
To enable project-wide JavaScript/TypeScript language features, exclude large folders with source files that you do not work on.
拙劣翻译:
为了确保工程范围内可以使用JS/TS功能,要排除那些有你用不到的带源文件的文件夹
意思就是要排除大文件
解决
在根目录下有jsconfig.json文件
{
"compilerOptions": {
"target": "es6"