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.