Intellisense Bug after Switchover

Sysprogs forums Forums VisualGDB Intellisense Bug after Switchover

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #37262
    AgAuCu_123
    Participant

    Hi there,

    I am having an issue with Clang IntelliSense. When I switch the default engine in the Clang IntelliSense Diagnostics Console from Clang to Native VC++ and then back to Clang, IntelliSense no longer works correctly for Clang. Native VC++ still works correctly always if I switch back.

    For example, if I start typing a word, the suggestion list appears as expected. However, when I press Tab to accept a suggestion, nothing happens. Instead of completing the word, it just inserts a tab character in the text editor. The same happens when I use the Down Arrow key. Instead of moving to the next suggestion in the list, the text editor cursor simply moves down to the next line.

    It seems like the keyboard input is always being sent to the text editor instead of the suggestion window. I would appreciate if this could be fixed, because I really like the possibility to use both for example for different code analysis.

    Is there at the moment also a better workaround to fix this. I only know the solution to close and open Visual Studio again.

    #37263
    support
    Keymaster

    Hi,

    This looks like a broken installation. Please try uninstalling VisualGDB and installing the latest version again.

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