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
Copy file name to clipboardExpand all lines: learn-pr/github/introduction-to-github-copilot/includes/3-interacting-with-copilot.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
This unit explores ways that you can maximize your interaction with GitHub Copilot in your development environment. By understanding the service's features and capabilities, you'll learn how to use it effectively.
1
+
This unit explores ways that you can maximize your interaction with GitHub Copilot in your development environment. By understanding the service's features and capabilities, you learn how to use it effectively.
2
2
3
3
The following sections describe the various ways to trigger and use GitHub Copilot, along with examples and shortcuts to help you get the most out of it.
4
4
@@ -69,10 +69,10 @@ Here are some common slash commands and their usage:
69
69
70
70
-`/explain` - Provides an explanation of the selected code.
71
71
-`/suggest` - Offers code suggestions based on the current context.
72
-
-`/test` - Generates unit tests for the selected function or class.
72
+
-`/tests` - Generates unit tests for the selected function or class.
73
73
-`/comment` - Converts comments into code snippets.
74
74
75
-
To use a slash command, simply type the command in your editor and press `Enter`. For example:
75
+
To use a slash command, just type the command in your editor and press `Enter`. For example:
76
76
77
77
```python
78
78
# Select the function, use the shortcut to open the inline chat, and type: /explain
0 commit comments