diff --git a/site/en/install/ide.md b/site/en/install/ide.md index f3dfe1ca26f9b3..c144fa6148ff12 100644 --- a/site/en/install/ide.md +++ b/site/en/install/ide.md @@ -74,15 +74,21 @@ See also: [Autocomplete for Source Code](#autocomplete-for-source-code) Find the [`language-bazel` package](https://atom.io/packages/language-bazel){: .external} on the Atom package manager. +See also: [Autocomplete for Source Code](#autocomplete-for-source-code) + ### Vim {:#vim} See [`bazelbuild/vim-bazel` on GitHub](https://github.com/bazelbuild/vim-bazel){: .external} +See also: [Autocomplete for Source Code](#autocomplete-for-source-code) + ### Emacs {:#emacs} See [`bazelbuild/bazel-emacs-mode` on GitHub](https://github.com/bazelbuild/emacs-bazel-mode){: .external} +See also: [Autocomplete for Source Code](#autocomplete-for-source-code) + ### Visual Studio {:#visual-studio} [Lavender](https://github.com/tmandry/lavender){: .external} is an experimental project for @@ -98,7 +104,7 @@ Eclipse projects. ### C Language Family (C++, C, Objective-C, and Objective-C++) -[`hedronvision/bazel-compile-commands-extractor`](https://github.com/hedronvision/bazel-compile-commands-extractor) enables autocomplete in a wide variety of extensible editors, including VSCode, Vim, Emacs, and Sublime. It lets language servers, like clangd and ccls, and other types of tooling, draw upon Bazel's understanding of how `cc` and `objc` code will be compiled, including how it configures cross-compilation for other platforms. +[`hedronvision/bazel-compile-commands-extractor`](https://github.com/hedronvision/bazel-compile-commands-extractor) enables autocomplete, smart navigation, quick fixes, and more in a wide variety of extensible editors, including VSCode, Vim, Emacs, Atom, and Sublime. It lets language servers, like clangd and ccls, and other types of tooling, draw upon Bazel's understanding of how `cc` and `objc` code will be compiled, including how it configures cross-compilation for other platforms. ### Java