lapce-cpp-clangd
lapce-cpp-clangd copied to clipboard
C/C++ LSP plugin based on clangd for Lapce
Currently the code tries to delete the downloaded zip file each time a file is extracted, leading to a file not found error. Moving this out of the loop makes...
All of the C++ files in our project have the .cxx suffix. Whenever I open the .cxx file, the clangd server isn't started and LSP functions like go-to definition don't...
 The path convert '+' to '%2B' which cause the file can not be access by the editor
Plugin downloads clangd 15.0.1 (not 15.0.0), and cant automatically find path to it (tested in windows) fix version or handle path finding for arbitrary downloaded clangd folder
# Is your feature request related to a problem? Please describe. I am trying Lapce for C development and started to miss VSCoce feature to easily switch between header and...