Is there way using eclise for bazel project, there is guide https://github.com/bazelbuild/eclipse . Eclipse plugin for Bazel, but I can not find Eclipse 4 Bazel on installation
How can work on eclipse for Bazel project?
1.3k Views Asked by Jamesjin At
3
There are 3 best solutions below
0

Since bazel is easy to read, I prefer the vim editor to edit these files for my C++ project. I also have my 'old' style Eclipse projects, so can build in two ways: Using Eclipse or using Bazel. It is very convenient for me to convert projects slowly to Bazel, whenever I have some time.
0

There's only the e4b plugin (as @paulsm4 says), which unfortunately seems to be unmaintained.
I don't know of any other Eclipse plugin for Bazel.
As of December 2019, there is now a new option, the Bazel Eclipse Feature:
https://github.com/salesforce/bazel-eclipse
Currently it only supports Java development for Bazel workspaces, but over time we hope to make it more comprehensive.