Can Neovim use this as the language server for C/C++? #9040
Answered
by
michelleangela
tristone13th
asked this question in
Q&A
-
I don't want to use clcs and clangd as the language server for Neovim, can Neovim use this as the language server for C/C++? |
Beta Was this translation helpful? Give feedback.
Answered by
michelleangela
Mar 17, 2022
Replies: 1 comment
-
The C/C++ extension is published for VS Code editor and this language server is specific to this extension and can't be use on other code/text editors other than VS Code. Build system extensions for VS Code can send IntelliSense information to this extension though using this API https://github.com/Microsoft/vscode-cpptools-api. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tristone13th
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The C/C++ extension is published for VS Code editor and this language server is specific to this extension and can't be use on other code/text editors other than VS Code. Build system extensions for VS Code can send IntelliSense information to this extension though using this API https://github.com/Microsoft/vscode-cpptools-api.