Clion issue with intellisence
已回答
Good afternoon.
I'd like to report an issue I encountered while developing in CLion.
The problem is that when the project is built separately from cmake, IntelliSense doesn't work. As a result, code formatting doesn't work, we can't navigate to the class definition/declaration, and even comments using Ctrl+/ don't work.
Is it possible to make IntelliSense available even if the project isn't loaded through cmake?
Thank you.

请先登录再写评论。
OS - Linux, Ubuntu
Hi Dennis Vinogradov!
What build system is your project based on? How is it built?
cmake, but outside IDE, it create build with incompatible with cmake inside IDE.
project is very big, and I have to download and recompile the project several times to work intellisense.
But when I built outside IDE, intellisense does not work.
Does it help if you select Unix Makefiles as Generator in File | Settings | Build, Execution, Deployment | CMake?
I try, and answer tomorrow.
Thank you.
Thank you very much!
By default I had generator “Ninja”
I switch it to Let cmake decide, and all works!
Thank you for the update! I'm glad to hear it works!