roger567
- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
-
roger567 created a post, How do I disable templates on tab?
When I press Tab after a keyword it inserts a template. For instance "else<tab>", inserts a set of braces. Is Resharper C++, or Visual Studio doing this? Either way, how can I turn it off? -
roger567 commented, -
roger567 created a post, Rename a C++ class
I would like to rename a class, so all references to the class in a VS solution change to the new name. What I tried was to select the name in its header file and press F2. I typed the new name in ... -
roger567 commented, -
roger567 created a post, Resharper cannot find protected member, although the compiler can
I get errors from Resharper if a templated sub-class tries to access a protected field in the base class. In this example template <typename T>class Base{protected: T _x = 0.0;}; template <typena... -
roger567 commented, -
roger567 created a post, How do you get nice method and class documentation tooltips to appear?
In VS2015, the documentation for a class or method appeared as a tooltip when you put the mouse pointer over its name. This was in VS, but was prettier with Resharper. Now in VS2017, I got just t... -
-