bazel-lesson-2 icon indicating copy to clipboard operation
bazel-lesson-2 copied to clipboard

IDE support

Open yatesco opened this issue 5 years ago • 2 comments

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!

yatesco avatar Jul 31 '20 14:07 yatesco

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

artemyarulin avatar Feb 23 '21 11:02 artemyarulin

thanks @artemyarulin

yatesco avatar Feb 23 '21 12:02 yatesco