Skip to content

Commit e66ca0d

Browse files
committed
rework order of about gh copilot
1 parent f6cf4df commit e66ca0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/copilot/overview-of-github-copilot/about-github-copilot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ shortTitle: About GitHub Copilot
1212

1313
{% data variables.product.prodname_copilot %} is an AI pair programmer that offers autocomplete-style suggestions as you code. You can receive suggestions from {% data variables.product.prodname_copilot %} either by starting to write the code you want to use, or by writing a natural language comment describing what you want the code to do. {% data variables.product.prodname_copilot %} analyzes the context in the file you are editing, as well as related files, and offers suggestions from within your text editor.
1414

15-
{% data variables.product.prodname_copilot %} is powered by OpenAI Codex, a new AI system created by OpenAI. You can use {% data variables.product.prodname_copilot %} to generate suggestions in numerous languages and a wide variety of frameworks, but it works especially well for Python, JavaScript, TypeScript, Ruby, Go, C# and C++. When you write a natural language comment for {% data variables.product.prodname_copilot %} to interpret, you'll receive the best suggestions if your comment is written in English. {% data variables.product.prodname_copilot %} will try to interpret comments written in other languages, but the quality of the suggestions may vary.
15+
{% data variables.product.prodname_copilot %} is optimized to help you write Python, JavaScript, TypeScript, Ruby, Go, C#, or C++. You can also use {% data variables.product.prodname_copilot %} to generate suggestions in other languages and a wide variety of frameworks. {% data variables.product.prodname_copilot %} is powered by OpenAI Codex, a new AI system created by OpenAI.
1616

1717
{% data variables.product.prodname_copilot %} is available as an extension in Visual Studio Code, Visual Studio, Neovim and the JetBrains suite of IDEs. For more information, see "[Getting started with {% data variables.product.prodname_copilot %}](/copilot/getting-started-with-github-copilot)."
1818

0 commit comments

Comments
 (0)