CodeLite installation/troubleshooting forum
-
dorkshoei
- CodeLite Curious
- Posts: 1
- Joined: Sat Sep 30, 2023 4:03 am
- Genuine User: Yes
- IDE Question: C++
-
Contact:
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!
-
eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
-
Contact:
Post
by eranif »
You shouldn't be using ctagsd
. Is there a reason for not using clangd
?