codelite
codelite copied to clipboard
[Bug]: Workspace Code Completion doesn't work instantly
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
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