roger567
- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
Created 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? -
Created 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 ... -
Created 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... -
Created 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... -
Created Keyboard shortcuts
In earlier versions of Resharper C++ (earlier than 2017.1) there was a useful facility that when you used a shortcut for the first time, you were prompted to select either the VS or Resharper versi...