-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
59 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,11 @@ | ||
# Comments to Code | ||
|
||
## Sample 1 (Method Get Planes by Year) | ||
# 1. Comments to Code (Method Get Planes by Year) | ||
|
||
1. Select `PlaneController.cs` | ||
|
||
2. Type `// Method to get planes by year` | ||
|
||
## Sample 2 (New Property in a different file) | ||
|
||
1. Select `Plane.cs` | ||
|
||
# Some CoPilot Features in the IDE | ||
|
||
## Feature 1 (Explain) | ||
|
||
## Feature 2 (Fix This) | ||
# 2. Comments to Code | ||
|
||
## Feature 3 (Generate Docs) | ||
1. Edit `Post()` method if plane already exist to return `BadRequest()` | ||
|
||
## Feature 4 (Generate Tests) | ||
2. Type `//Return BadRequest if plane already exist` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
# Go to github.com/CoPilot | ||
# Installing CoPilot Chat | ||
|
||
## Installing CoPilot Chat | ||
- https://github.com/features/copilot | ||
|
||
- Install extension from Extensions Marketplace | ||
|
||
- Ready to Go |