You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 14, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+27-7Lines changed: 27 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,33 @@
1
1
<header>
2
2
3
-
# Develop With AI Powered Code Suggestions Using GitHub Copilot and VS Code
3
+
<!--
4
+
<<< Author notes: Course header >>>
5
+
Read <https://skills.github.com/quickstart> for more information about how to build courses using this template.
6
+
Include a 1280×640 image, course name in sentence case, and a concise description in emphasis.
7
+
In your repository settings: enable template repository, add your 1280×640 social image, auto delete head branches.
8
+
Next to "About", add description & tags; disable releases, packages, & environments.
9
+
Add your open source license, GitHub uses the MIT license.
10
+
-->
11
+
12
+
# Code with GitHub Copilot
4
13
5
-
_GitHub Copilot can help you code by offering autocomplete-style suggestions._
14
+
_GitHub Copilot can help you code by offering autocomplete-style suggestions right in VS Code and Codespaces._
6
15
7
16
</header>
8
17
18
+
<!--
19
+
<<< Author notes: Course start >>>
20
+
Include start button, a note about Actions minutes,
21
+
and tell the learner why they should take the course.
22
+
-->
23
+
9
24
GitHub Copilot can help you code by offering autocomplete-style suggestions. You can learn how GitHub Copilot works, and what to consider while using GitHub Copilot. GitHub Copilot analyzes the context in the file you are editing, as well as related files, and offers suggestions from within your text editor. GitHub Copilot is powered by OpenAI Codex, a new AI system created by OpenAI.
10
25
11
-
-**Who this is for**: Developers, DevOps Engineers, Software development managers, Testers
12
-
-**What you'll learn**: How to install Copilot into a Codespace, accept suggestions from code, accept suggestions from comments
13
-
-**What you'll build**: Javascript files that will have code generated by Copilot AI for code and comment suggestions
14
-
-**Prerequisites**: To use GitHub Copilot you must have an active GitHub Copilot subscription. Sign up for 60 days free [Copilot](https://github.com/settings/copilot)
15
-
-**Timing**: This course can be completed in under an hour
26
+
-**Who this is for**: Developers, DevOps Engineers, Software development managers, Testers.
27
+
-**What you'll learn**: How to install Copilot into a Codespace, accept suggestions from code, accept suggestions from comments.
28
+
-**What you'll build**: Javascript files that will have code generated by Copilot AI for code and comment suggestions.
29
+
-**Prerequisites**: To use GitHub Copilot you must have an active GitHub Copilot subscription. Sign up for 60 days free [Copilot](https://github.com/settings/copilot).
30
+
-**Timing**: This course can be completed in under an hour.
16
31
17
32
### How to start this course
18
33
@@ -38,6 +53,11 @@ GitHub Copilot can help you code by offering autocomplete-style suggestions. You
38
53
39
54
<footer>
40
55
56
+
<!--
57
+
<<< Author notes: Footer >>>
58
+
Add a link to get support, GitHub status page, code of conduct, license link.
59
+
-->
60
+
41
61
---
42
62
43
63
Get help: [Post in our discussion board](https://github.com/skills/.github/discussions)•[Review the GitHub status page](https://www.githubstatus.com/)
0 commit comments