codelite icon indicating copy to clipboard operation
codelite copied to clipboard

[Bug]: Workspace Code Completion doesn't work instantly

Open turbosmurfen opened this issue 3 years ago • 1 comments

What happened?

When selecting C++ 17 in Code Completion in Workspace Settings. Nothing changes. I want to be able to use C++ 17 Code Completion instantly. But need to either close the current project or restart Code Lite to be able to use C++ 17 Code Completion.

Version

16.0.0

Operating system

Windows 10

Steps to reproduce

Select current Workspace. Click on Workspace Settings. Select Code Completion. Change from C++ 11 to C++ 17. And Press OK. 

Everything is fine so far. Test to Write #include <ios. And no autocompletion is working. Close Workspace and save and reload. Now does <ios check with autocompletion. Same works if restarting Code Lite.

Relevant log output

No response

turbosmurfen avatar Sep 14 '22 18:09 turbosmurfen

The code completion page was removed - it is no longer needed

In order to be able to enable C++17, all you need to do is to enable C++17, and build your workspace. Once the build is completed, you will be able to use the C++17

eranif avatar Sep 14 '22 18:09 eranif