summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndrea Grandi <agrandi@google.com>2022-07-22 13:56:49 -0700
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-07-25 17:35:53 +0000
commit45af847af0a162ecc7b4beca022d997e127c344b (patch)
treea83b78f7b52a7104f23af93b2f5131a0ee602705 /docs
parent7fb2c45f5aebb3496206a8c083ee009c21f05a08 (diff)
downloadchrome-ec-45af847af0a162ecc7b4beca022d997e127c344b.tar.gz
docs/ide-support.md: Clarify that clangd replaces IntelliSense
Explain that clangd is not compatible with IntelliSense. BRANCH=none BUG=none TEST=viewed in gitiles Signed-off-by: Andrea Grandi <agrandi@google.com> Change-Id: I30827dc6f592348c8c45e5c945aa957d7e3dc8ab Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3783263 Reviewed-by: Craig Hesling <hesling@chromium.org>
Diffstat (limited to 'docs')
-rw-r--r--docs/ide-support.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/ide-support.md b/docs/ide-support.md
index fd8422eee7..f4af9b92b0 100644
--- a/docs/ide-support.md
+++ b/docs/ide-support.md
@@ -69,6 +69,14 @@ ChromeOS source files.
Support for `platform/ec` is not available out of the box (yet), but can be
manually enabled following these steps.
+<!-- mdformat off(b/139308852) -->
+*** note
+NOTE: CrOS IDE uses the VSCode extension `clangd` for code completion and
+navigation. The installation of CrOS IDE disables the built-in
+`C/C++ IntelliSense` because it is not compatible with `clangd`.
+***
+<!-- mdformat on -->
+
### Prerequisites
1. Install CrOS IDE following the [quickstart guide]