Ctagsd/Language Server auto completion not working

CodeLite installation/troubleshooting forum
pteranodon
CodeLite Curious
Posts: 1
Joined: Mon Jul 04, 2022 2:15 am
Genuine User: Yes
IDE Question: C++
Contact:

Ctagsd/Language Server auto completion not working

Post by pteranodon »

I have been trying to trouble shoot why the auto completion wasn't working.

I went to plugins to check for the builtin "Ctagsd," and the "Command" tab had a path that was incorrect because I had stupidly changed one of the names of my folders. I have since then changed that name inside of the setting for Ctagsd,however, when I went to check it in my folders, the file "Ctagsd.exe" wasn't in the folder but clangd is.

I am unsure if this may be why it isn't working. I haven't deleted any files, but I wonder if something I did caused it?

Let me know if I can give more information to help out, but I was unable to figure out how to fix it

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

Re: Ctagsd/Language Server auto completion not working

Post by eranif »

try to follow the docs here:
https://docs.codelite.org/plugins/lsp/

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