From 57d02d0e29e32c02324ee014f2b6cf58341a8d62 Mon Sep 17 00:00:00 2001 From: Ganesh Sittampalam Date: Thu, 21 Apr 2022 16:25:26 +0100 Subject: [PATCH 1/2] Document situation with IntelliCode and Copilot --- docs/visualstudio/gettingstarted.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/visualstudio/gettingstarted.md b/docs/visualstudio/gettingstarted.md index 3cceb2a..a4f25aa 100644 --- a/docs/visualstudio/gettingstarted.md +++ b/docs/visualstudio/gettingstarted.md @@ -187,7 +187,11 @@ asked whether you wish to toggle for the current file, current file type, or glo icon -## 9. Learn More +## 9. IntelliCode and GitHub Copilot + +When GitHub Copilot is active, IntelliCode will not show suggestions. + +## 10. Learn More To learn more about configuring GitHub Copilot, go to the [documentation table of contents](README.md). From 1fedbf518035ab6f11c0e2498096cea6f06af831 Mon Sep 17 00:00:00 2001 From: Ganesh Sittampalam Date: Tue, 26 Apr 2022 10:06:35 +0100 Subject: [PATCH 2/2] Update gettingstarted.md Clarify that it's whole line completions that are not shown when Copilot is active; other IntelliCode features do work. --- docs/visualstudio/gettingstarted.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/visualstudio/gettingstarted.md b/docs/visualstudio/gettingstarted.md index a4f25aa..1be1741 100644 --- a/docs/visualstudio/gettingstarted.md +++ b/docs/visualstudio/gettingstarted.md @@ -189,7 +189,7 @@ asked whether you wish to toggle for the current file, current file type, or glo ## 9. IntelliCode and GitHub Copilot -When GitHub Copilot is active, IntelliCode will not show suggestions. +When GitHub Copilot is active, IntelliCode will not show [Whole line completions](https://docs.microsoft.com/en-us/visualstudio/intellicode/visual-studio-whole-line-completions). ## 10. Learn More