如何在我的 IDE 中添加 Intellisense

How to add Intellisense in my IDE

我在 MEAN 堆栈中创建了一个在线 IDE,它编写代码并提供来自服务器的结果,为了让它变得更好我想在 VSCode 或 Atom 中为我的智能感知提供类似功能IDE。我怎样才能做到这一点?有什么建议吗?

您可以查看 LSP 协议规范:https://github.com/Microsoft/language-server-protocol and server implementation : https://github.com/Microsoft/vscode-languageserver-node 哪些 VS 代码用于其语言服务。