Refactoring tools broken on project after VisualGDB Upgrade

Sysprogs forums Forums VisualGDB Refactoring tools broken on project after VisualGDB Upgrade

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #35837
    curtis.hendrix
    Participant

    We have a couple of VisualGDB projects that were on VisualGDB 5.6R9.  The projects were using Advanced Clang Intellisense and refactoring tools (like Refactor->Rename) were working fine.  After upgrading to 6.0r3, the refactoring tools are broken.  Trying to do Refactor->Rename results in Visual Studio showing the message “The key combination (Ctrl+R, Ctrl+R) is bound to command (.Refactor.Rename) which is not currently available.”

    Switching the Intellisense settings in the project’s VisualGDB Properties to “Regular VC++ Intellisense” fixes the refactoring, but we lose clang-format.

     

    #35838
    support
    Keymaster

    Hi,

    We have just rechecked the rename command using Clang IntelliSense and it worked just fine; hence, the issue is likely used by something else.

    In order to narrow it down, please try creating a new project from scratch, right-clicking in the middle of the “main” word of the main() function and selecting “Rename”. Does it work? If yes, please try checking:

    1. Does the key combination work for the newly created project?
    2. If yes, does it work for other symbols in the main project?
    3. If yes, is there something particular about the symbols that cannot be renamed (e.g. defined in .h files, but not .c files)?
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.