From b7a1e1ff1d7feb28986482d68115f76ff17d8b39 Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Fri, 5 Jan 2024 03:39:43 +0100 Subject: [PATCH] fix (docs): Mention Bazel Eclipse Feature for IDE --- docs/dev/ide.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/dev/ide.md b/docs/dev/ide.md index af3856321..4e474639f 100644 --- a/docs/dev/ide.md +++ b/docs/dev/ide.md @@ -20,7 +20,11 @@ ## Eclipse -Eclipse is not actively supported by this project as an IDE. We recommend using VSC. +Eclipse is not actively supported by this project as an IDE. + +It may work using the [Bazel Eclipse Feature](https://github.com/salesforce/bazel-eclipse/blob/main/docs/bef/README.md), but this has not been tested yet. + +We recommend using VSC. ## Visual Studio Code (VSC)