Double suggestions

Sysprogs forums Forums VisualGDB Double suggestions

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #35796
    Slomotion
    Participant

    I often get both the IntelliSense drop down and VisualGDB’s version of it and that means using it is difficult because the arrow keys control the IntelliSense which is behind the VisualGDB one.

    See attached screenshot.

    Microsoft Visual Studio Professional 2022 (64-bit) – Current
    Version 17.10.1

    VisualGDB version 6.0R3 (build 5191)

    Attachments:
    You must be logged in to view attached files.
    #35798
    support
    Keymaster

    Hi,

    The second IntelliSense popup looks like it’s coming from another VS extension. Most likely, it does not recognize VisualGDB, and tries to show its popup nonetheless. You can try disabling other VS extensions to see which one it is.

    Another option would be to change the mechanism used by VisualGDB to display the suggestion popups (Tools->Options->Text Editor->C/C++(VisualGDB)->Advanced->Code Completion->Smart Suggestion List GUI). Some of the options there could interfere less with the other extension.

    #35800
    Slomotion
    Participant

    Indeed it was an other extension. For other projects I develop in C# and I have the Resharper extension for that. Apparently last time I updated that extension I also unknowingly installed its C++ variant which interfered with VisualGDB. I have now removed the ReSharper C++ variant and now everything works again as it should.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.