bazel-eclipse icon indicating copy to clipboard operation
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...

Results 78 bazel-eclipse issues
Sort by recently updated
recently updated
newest added

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...

user feature

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...

user feature
good first issue
EPIC: BEF import redesign
BEF

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...

user feature
good first issue
BEF

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...

major user feature
EPIC: projectview

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...

user feature
EPIC: projectview

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...

user feature
EPIC: projectview

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...

user feature
EPIC: projectview

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...

user feature
EPIC: BEF import redesign
EPIC: projectview

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...

user feature
BEF

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...

major user feature
BEF