Wi Wi

- Total activity 435
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 184
-
-
-
-
-
Wi Wi created a post, CompletedHow to use custom build?
Issue: my project does not use cmake, instead I create a "fake" CmakeLists.txt file which contains all headers but no build targets. This works amazingly, CLion parses all code and all headers cor... -
-
-
Wi Wi created a post, CLion header search path for 'installed' headers
We have a pretty large codebase (10K+ files). And for some historical reasons all directories are organised the following way: <prjroot>/ mylib1/ MyLib1Class1.h MyLib1Class1.... -
Wi Wi created a post, AnsweredHow to navigate to ctor from make_unique statement?
Consider pretty common code style: auto var1 = std::make_unique<MyClass>(1, 2, 3);auto var2 = std::make_unique<MyClass>("str1", "str2"); Question is: how to "ctrl+click" into corresponding ctor? -