Closed. This question needs to be more focused。它当前不接受答案。












想要改善这个问题吗?更新问题,使它仅关注editing this post的一个问题。

3年前关闭。



Improve this question




我已经在MEAN堆栈中制作了一个在线IDE,它会编写代码并从服务器提供结果,为了使其更好,我想向我的IDE提供VSCode或Atom中的智能感知功能。我怎样才能做到这一点?有什么建议?

最佳答案

您可以查看LSP协议(protocol)规范:https://github.com/Microsoft/language-server-protocol和服务器实现:https://github.com/Microsoft/vscode-languageserver-node哪个VS代码用于其语言服务。

关于node.js - 如何在我的IDE中添加Intellisense,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/48589834/

10-14 17:52