IDE support
Thanks for this (and lesson-1 repo), incredibly helpful to get up and running.
How do you go about actually developing the individual projects though? Which toolsets support reading classpath/dependencies from Bazel directly for example?
Thanks!
Not the author, but I've been using https://ij.bazel.build/docs/bazel-support.html for Bazel + CLion (or IntelliJ IDEA) for C++ development on Linux. On MacOS it worked but with issues now and then
I guess Go is supported in the same way, but not Rust so far :(
https://github.com/bazelbuild/intellij/issues/675 https://github.com/intellij-rust/intellij-rust/issues/3730
thanks @artemyarulin