Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AI doc feedback #6064

Merged
merged 12 commits into from
Feb 27, 2023
12 changes: 10 additions & 2 deletions docs/editor/artificial-intelligence.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ You'll use the [GitHub Copilot extension](https://marketplace.visualstudio.com/i

To use GitHub Copilot, you need an active GitHub Copilot subscription. In the [content below](#activate-your-free-trial), you'll learn how VS Code will help you activate your free 60-day trial directly from VS Code.

You can also activate your trial starting from the [GitHub Copilot website](https://copilot.github.com/):
You can also activate your trial starting from the [GitHub Copilot website](https://copilot.github.com/), selecting "Start my free trial" (highlighted in the image below):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we consider taking that image out, given that Start Trial is the primary CTA on that page? Would make for a smoother content flow.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also just noticed that I only see a "Copilot for Business" CTA on that page. One solution would be to directly link to https://github.com/github-copilot/signup .

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good feedback on the relevance of the page overall. With this, I think it makes sense to just link to the signup link you shared. Updated the link and removed the image.


![Copilot website with trial button](images/artificial-intelligence/website-top-buttons.png)
![Copilot website with trial button](images/artificial-intelligence/highlighted-website-top-buttons.png)

## Sign in and sign up

Expand Down Expand Up @@ -90,6 +90,14 @@ Copilot will provide a suggestion like the following:

Use `kbstyle(Tab)` to accept the suggestion.

### Alternative and partial solutions

For any given input, GitHub Copilot may offer multiple suggestions. When Copilot offers a suggestion, you can hover over the suggestion to see the GitHub Copilot command palette for choosing suggestions:
bamurtaugh marked this conversation as resolved.
Show resolved Hide resolved

![JavaScript ghost text suggestion](images/artificial-intelligence/copilot-hover-highlight.png)

In the image above, Copilot presents 3 suggestions. You can accept the entire suggestion with `kbstyle(Tab)`, or only part of the suggestion with `Ctrl + ->`.

bamurtaugh marked this conversation as resolved.
Show resolved Hide resolved
## Additional resources

Congratulations, you've now used artificial intelligence to enhance your coding!
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

This file was deleted.