Ole Boe

- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
-
Created Go to type declaration not working
Assume I have declared an enum Color in Color.h and class MyClass in MyClass.h which contains the member variable Color myColor. In some .cpp file I have an instance of MyClass named myInstance (te... -
Created Code completion for standard types
AnsweredHi, I'm using latest CLion version, with default code completion settings. Code completion is great. but when it suggests alternatives for standard types, the order puzzles me. If I type "bool a = ...