Hi all I've just started using CodeLite Version 16.0.0 . I was told by an instructor to set up autocomplete so that it should pop up after typing the first three letters. However, multiple times on this first program that the autocomplete list should have popped up failed to do so. In the included image, you'll see at the top that I was trying to get autocomplete to populate a list with iostream as one of the entries and that the list didn't show up after the first three letters were entered. Can anyone help me get this working correctly? I'm using CodeLite Version 16.0.0 on Windows 11. Thanks for all assistance!
Asked
Active
Viewed 1,223 times
1 Answers
0
This looks like an old version of CodeLite. so you should:
- (Important) Upgrade to the latest
16.4.0
from here - Windows system are always trickier to setup, so make sure you have a working MSYS environment as described here
- Last step: make sure that the Language Server Plugin is configured properly
- Build your project -> code completion should be working for you now
HTH,
Eran

Eran
- 2,310
- 1
- 13
- 13
-
Sounds legit, will have to try it when I get home from campus. Will hit the answer switch if it works out – KsGamer82 Oct 10 '22 at 17:02
-
Oh yeah now I remember I have 16.0.0 as it's the latest stable version. – KsGamer82 Oct 10 '22 at 17:04