bazel-eclipse
bazel-eclipse copied to clipboard
This repo holds two IDE projects. One is the Eclipse Feature for developing Bazel projects in Eclipse. The Bazel Eclipse Feature supports importing, building, and testing Java projects that are built...
PR #160 creates a synthetic classpath node in the Bazel Workspace project that contains all the jars found in the bazel-bin directory. This allows you to find types using the...
It would be nice if when importing a Bazel workspace, we looked for the associated Eclipse code formatter. Search paths would be something like: - custom location set by a...
When importing Bazel projects into Eclipse, a special project is created that represents the root of the Bazel workspace (the directory containing Bazel's WORKSPACE file). This project is called "Bazel...
As a BEF user with colleages that use IntelliJ I would like to be able to share workspace IDE config with them Such that the config is persisted in a...
Issue #5 adds initial Project View support (bazelproject file), but supports only the "directories:" section. Add support for the "targets:" section also. At the same time, remove the logic that...
It is possible that a Bazel build contains targets that are: - slow to build - not meaningful to an IDE For example, these could be targets that build docker...
We are supporting Project View files, which provide hints and metadata for how IDEs should import slices of Bazel workspaces. We will continue to support them, but... I prefer an...
It would be nice if when importing a Bazel workspace, we looked for the associated Project View files, much like we scan for BUILD files. Then the import wizard could...
We already do analysis of .bazelrc to determine which JRE (8, 11, etc) to add to the classpath of each imported project. And in #89 we plan to also analyze...
We inherit the Package Explorer and Project Explorer, but we would really benefit from a Bazel Explorer. The Bazel Explorer will be a Bazel package oriented view. There are at...