Reputation: 1
When I use Clion to wirte c++ code, I want to check class and method in standard library like string
, iostream
or what else, and when I want to use "cout"
, I found that their is no hint(I press alpha "c" on the keyborad and clion doesn't show complete cout
). and I also use Ctrl+Mouse Click to click , Clion tells me that like the screenshot below:
And here is my CMakeList.txt
:
I also check my toolchain in setting:
Upvotes: -1
Views: 28
Reputation: 1
oh,I found the problem where is, the path of project shouldn't contain any chinese.
Upvotes: -1