久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放AV片

<center id="vfaef"><input id="vfaef"><table id="vfaef"></table></input></center>

    <p id="vfaef"><kbd id="vfaef"></kbd></p>

    
    
    <pre id="vfaef"><u id="vfaef"></u></pre>

      <thead id="vfaef"><input id="vfaef"></input></thead>

    1. 站長資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      vscode無法對js進(jìn)行智能提示

      vscode無法對js進(jìn)行智能提示

      1、安裝typings。

      npm install typings --global

      2、項(xiàng)目下初始化typings。

      typings init

      (推薦學(xué)習(xí):java視頻教程)

      3、項(xiàng)目下增加jsconfig.json。內(nèi)容如下:

      {  // See https://go.microsoft.com/fwlink/?LinkId=759670  // for the documentation about the jsconfig.json format  "compilerOptions": {  "target": "es5",  "module": "commonjs",  "allowSyntheticDefaultImports": true  },  "exclude": [  "node_modules",  "bower_components",  "jspm_packages",  "tmp",  "temp"  ] }

      4、安裝想要的提示。

      typings install dt~node --global --save typings install express --ambient --save

      相關(guān)教程推薦:vscode教程

      贊(0)
      分享到: 更多 (0)
      網(wǎng)站地圖   滬ICP備18035694號-2    滬公網(wǎng)安備31011702889846號