Skip to content

Commit e820a2d

Browse files
Added my contribution to get-code-suggestions.md
Updated the documentation with additional information and made minor improvements. This is my contribution as part of the GitHub documentation project.
1 parent 4b8b8d7 commit e820a2d

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

content/copilot/how-tos/get-code-suggestions/get-code-suggestions.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,3 +589,25 @@ If you don't want to accept an entire suggestion from {% data variables.product.
589589
## Further reading
590590

591591
* [AUTOTITLE](/copilot/concepts/completions/code-suggestions)
592+
593+
## Troubleshooting Slow or Missing Suggestions
594+
595+
If you experience slow or missing suggestions from GitHub Copilot in your IDE:
596+
597+
1. **Check Internet Connection**
598+
Copilot requires a stable internet connection. Any network instability can delay suggestions.
599+
600+
2. **Restart Your IDE**
601+
Closing and reopening your IDE can refresh the Copilot session.
602+
603+
3. **Sign Out and Sign Back In**
604+
If your authentication token has expired, reauthenticate via the Copilot settings in your IDE.
605+
606+
4. **Disable Conflicting Extensions**
607+
Other autocomplete or AI extensions may interfere with Copilot. Temporarily disable them to check if the issue resolves.
608+
609+
5. **Check GitHub Status**
610+
Visit [GitHub Status](https://www.githubstatus.com) to verify that Copilot services are running normally.
611+
612+
If these steps don’t resolve the issue, you can open a topic in [GitHub Copilot Discussions](https://github.com/orgs/community/discussions) for more help.
613+

0 commit comments

Comments
 (0)