debugging language server completion

CodeLite installation/troubleshooting forum
dorkshoei
CodeLite Curious
Posts: 1
Joined: Sat Sep 30, 2023 4:03 am
Genuine User: Yes
IDE Question: C++
Contact:

debugging language server completion

Post by dorkshoei »

version 16.0.0

Enable Language Server Completion is checked
ctagsd is enabled
/usr/bin/ctagsd --port 45634 --log-level ERR is running under my uid

But nothing is working. Code completion doesn't work. Right clicking on text and selecting "find symbol" doesn't work.

Are there any docs on debugging this? I've read https://docs.codelite.org/plugins/lsp/

Thanks!

User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: debugging language server completion

Post by eranif »

You shouldn't be using ctagsd. Is there a reason for not using clangd ?

Make sure you have read the HOW TO POST thread
Post Reply