Some build system evaluation for C++ with Micosoft VSCode and Jetbrains Clion.
Code intelligence: Via compile_commands.json only. There is a feature request for the official Bazel plugin.Alternatively, there are compile_commands.json generators like the Hedronvision one.
Coverage analysis: Via tasks.json and bazel coverage the test coverage can be started and the generated covergae data converted via genhtml -o into a human readable document. Furthermore, the the official Bazel plugin discovers the .dat file and integrates it with the Test Explorer.
Debugging: