My main IDE at work is Visual Studio 2022, but sometimes I use Android Studio or XCode. I’ve realized that the code completion and/or reference finding works much better in both Android Studio and XCode than Visual Studio. I assume it’s because they use Clang as their engine for code-completion tasks.
Is it possible to change the underlying engine in Visual Studio 2022 to use Clang?
7