如何启动visual code c++代码提示,求解。

Windows7下的visual code ,在指定语言后,代码提示只有历史提示,没有变量,函数,API补全。装了c++推荐扩展后也一样。

http://blog.csdn.net/a6383277/article/details/45869303
我也是到这篇博客的。。

typing 2.0 去掉了typings使用。在项目目录直接安装使用

npm install -s @types/lodash
1
即可,如果从typeings升级过来,那么可以删除掉typing 相关文件夹和配置文件。