Page 1 of 1

Code Completion in Virtual Machine

Posted: Fri Aug 23, 2019 4:58 pm
by Netzschleicher
Hello everyone,

I have an issue with CodeLite 13 working in a Virtual Machine. When i open a Project, the Workspace was parsing, but Code Completion doesn't work. The Projectfolder is a shared Folder from my Host Machine. If i copy the Project to a local Folder in the Virtual Machine, Code Completion works very fine.

Is this a similar issue as in?:

Code: Select all

https://forums.codelite.org/viewtopic.php?f=11&t=4273&p=17925#p17925
Host Machine: Debian Buster 64Bit

Virtual Machine: Virtualbox 5.2.30 with Debian Buster 64Bit

Is there any Workaround or Solution?

CodeLite 12 worked fine in my last Virtual Machine.

Thanxs to all.

Re: Code Completion in Virtual Machine

Posted: Fri Aug 23, 2019 11:19 pm
by eranif
The default CodeLite completion engine does not work with shared folders (sqlite limitation)
You can enable the Language Server to make it work (this is how I work)
https://wiki.codelite.org/pmwiki.php/Ma ... uageServer

Re: Code Completion in Virtual Machine

Posted: Sun Aug 25, 2019 12:32 pm
by Netzschleicher
Thank you very much. I configure the Language Server and now ist works fine.

One thing, that was not really important, that i missed is how to get the Textcoloring like the 'standard' Code Completion?