关于Visual Studio代码的方法建议

时间:2018-08-24 10:27:27

标签: node.js visual-studio-code

我已经安装了node.js:

node -v
v10.0.0
npm -v
5.6.0

和vsCode版本:1.23.1

Version 1.23.1
Commit d0182c3417d225529c6d5ad24b7572815d0de9ac
Date 2018-05-10T17:11:17.614Z
Shell 1.7.12
Renderer 58.0.3029.110
Node 7.9.0
Architecture x64

要在VsCode上启动Node.js,我需要使用pathos核心模块,如下所示:

const path = require('path');
const os = require('os');

现在,当我要使用这些const变量时,vscode并未建议使用这些模块的任何方法?

enter image description here

我刚刚安装了node.js和vscode,这意味着我还没有安装和编写库。

1 个答案:

答案 0 :(得分:0)

您应该立即使用它们。我会对您的节点安装感到好奇。而且我倾向于说在VS Code中使用TypeScript在智能感知方面要友好得多。然后,您可以安装TypeScript将为智能感知引用的类型文件.d.ts,例如Express Library或PM2等。但是,默认情况下,在VS Code中可以使用node.d.ts文件。我将确保正确安装您的Node版本并在您的Environment Path上。这是Intelli-Sense for VS Code的链接, https://code.visualstudio.com/docs/editor/intellisense