LspCpp icon indicating copy to clipboard operation
LspCpp copied to clipboard

Add this library to vcpkg?

Open NickStrupat opened this issue 4 years ago • 4 comments

Have you thought about adding this project as a package to vcpkg?

NickStrupat avatar Jun 06 '21 03:06 NickStrupat

It's a good idea. But right now I am writing a lsp-server. When the lsp-server is done .I will add this project as a package to VCPKG. I had found out some problems about LspCpp, when it as a dependence to LPG-language-server. So i think it's no ready to as a package to VCPKG right now.

kuafuwang avatar Jun 06 '21 04:06 kuafuwang

Have you looked at the LSP server inside ClangD? I'm looking at using it as well, assuming it's good enough as it's part of LLVM.

https://github.com/llvm/llvm-project/blob/main/clang-tools-extra/clangd/ClangdLSPServer.h

NickStrupat avatar Jun 07 '21 23:06 NickStrupat

Have you looked at the LSP server inside ClangD? I'm looking at using it as well, assuming it's good enough as it's part of LLVM.

https://github.com/llvm/llvm-project/blob/main/clang-tools-extra/clangd/ClangdLSPServer.h

Before start this project , I had looked at a lot LSP server in the list Implementations Language Servers . But at that time , I just want a lsp-client, not a lsp-server. And extract any of them from the server is a lot work, i start this project to help someone like me. And most of code of this project had come from a lsp-server cquery. for me , no perfect match, only match perfect.

kuafuwang avatar Jun 08 '21 00:06 kuafuwang

Is this still planned? Just curious. :)

jcs090218 avatar Mar 23 '24 09:03 jcs090218