介绍
这篇文章给大家分享的是有关vscode做提示信息的方法的内容。小编觉得挺实用的,因此分享给大家做个参考。一起跟随小编过来看看吧。
<强> vscode如何做提示信息吗? 强>
<强> vscode添加智能提示强>
由于tsd已经被废弃,所以不再使用tsd中,使用输入
安装输入
npm install typings - g 或者 npm install  -g cnpm ——注册表=https://registry.npm.taobao.org cnpm install  typings - g
#,搜索对应模块的输入定义又是; typings search 角 C:\Users\ soft> typings  search 角 Viewing 20 of 93 NAME ,,,,,,,,,,,,,,,,,,,,,, SOURCE HOMEPAGE ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, DESCRIPTION VERSIONS 更新 adal-angular ,,,,,,,,,,,,,, dt ,,,, https://github.com/AzureAD/azure-activedirectory-library-for-js ,,,,,,,,,,,,, 1,,,,,,,, 2016 - 04 - 25 - t20:02:25.000z adal-angular/adal ,,,,,,,,, dt ,,,, https://github.com/AzureAD/azure-activedirectory-library-for-js ,,,,,,,,,,,,, 1,,,,,,,, 2016 - 07 - 02 - t16:42:13.000z angular ,,,,,,,,,,,,,,,,,,, dt ,,,, http://angularjs.org ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,,,,,,,, 2017 - 03 - 21 - t20:14:55.000z angular-agility ,,,,,,,,,,, dt ,,,, https://github.com/AngularAgility/AngularAgility ,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,,,,,,,, 2016 - 07 - 07 - t22:12:24.000z angular-animate ,,,,,,,,,,, dt ,,,, http://angularjs.org ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,,,,,,,, 2016 - 12 - 06 - t18:57:11.000z angular-bootstrap-calendar dt ,,,, https://github.com/mattlewis92/angular-bootstrap-calendar ,,,,,,,,,,,,,,,,,,, 2,,,,,,,, 2016 - 11 - 22 - t23:08:50.000z angular-bootstrap-lightbox dt ,,,, https://github.com/compact/angular-bootstrap-lightbox ,,,,,,,,,,,,,,,,,,,,,,, 1,,,,,,,, 2016 - 05 - 10 - t00:29:10.000z angular-breadcrumb ,,,,,,,, dt ,,,, https://github.com/ncuillery/angular-breadcrumb ,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,,,,,,, 2017 - 01 - 12 t17:41:19.000z angular-clipboard ,,,,,,,,, dt ,,,, https://github.com/omichelsen/angular-clipboard ,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 1,,,,,,, 2016 - 11 - 08 - t15:20:32.000z null null null null null null null null null null null null null null null null null null null null null null null null null null null null null null null null null null null nullvscode做提示信息的方法