Code completion for "enum class" works fine if all the enum members are on the same line, but if the enum members span multiple lines like the example below, only the member from the first line shows up (in this case "apple").
enum class Foo { apple,
bannana,
carrot };
CodeLite Version: 10.0.0
OS: Debian 9