Mike Ryan

- Total activity 41
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 9
-
-
-
-
-
-
Mike Ryan created a post, Completedautocomplete for unique_ptr not working
So with the following example: ``` std::unique_ptr<std::string> p(new std::string); p-> (should show std::string functions, instead shows unique_ptr functions) ``` How do I get the `p->` to show th... -
-
-
Mike Ryan created a post, AnsweredQt/Qml syntax highlight
Does anyone know of a plugin or plans to support Qml files in clion? Qml, part of a highly used C++ framework (Qt), really needs at least syntax highlighting in CLion. It is weird to go to another... -