roger567

Avatar
  • 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?
    • 2 followers
    • 2 comments
    • 0 votes
  • 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 ...
    • 2 followers
    • 3 comments
    • 0 votes
  • 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...
    • 3 followers
    • 3 comments
    • 0 votes
  • 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...
    • 2 followers
    • 2 comments
    • 0 votes
  • 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...
    • 3 followers
    • 9 comments
    • 0 votes