Search code examples
autocompletecodelite

CodeLite 16.0.0 Autocomplete Isn't Working


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!

Can See iostream but no autocompletion after the first 3 letters entered


Solution

  • 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