eclipse
eclipse copied to clipboard
Eclipse For Bazel (deprecated, see https://github.com/salesforce/bazel-eclipse instead)
The updatesite: https://eclipse.bazel.build/updatesite gives the following error: ` NoSuchKey The specified key does not exist. `
From version 0.20 onwards, bazel by default will no longer support the native http and git repositories. Please switch to the Starlark versions of those rules. For more background, see...
While trying to setup an eclipse workspace for bazel according to https://bazel.build/contributing.html, an error is reported in the console and the Bazel Classpath Container is not initialized.: [...] File "/private/var/tmp/_bazel_till/1bf5324772cb2353440eae7781088d92/external/local_eclipse_aspect/e4b_aspect.bzl",...
The plugin is still pretty hard to set-up, please ping here for the small annoyance that we can fix easily (if that's a smaller, I will spin off a new...
This is a meta bug for the list of tests to add. Ping here if you are interested in contributing in unit testing.
Have the ability to run a test or binary target from Eclipse would be pretty neat and especially attach the debugger.
Hello, Thanks a lot e4b! I have a C++ based bazel project correctly imported into eclipse. The whole workspace can be built correctly from within eclipse using build all targets...
PR #38 is finishing the build with Bazel, there are several things that can be done to improve this support: * Document the support * Make it more configurable (e.g....
See ij.bazel.build as an example, right now we have nothing so anything is better than nothing :)
That would enable people to switch between the two IDE without too much trouble. That should helps also for #4 and #25