| title | Copilot code suggestions in your IDE | ||
|---|---|---|---|
| shortTitle | IDE code suggestions | ||
| allowTitleToDifferFromFilename | true | ||
| intro | Learn about {% data variables.product.prodname_copilot_short %} code suggestions in different IDEs.' | ||
| versions |
|
||
| type | overview | ||
| defaultTool | vscode | ||
| topics |
|
{% vscode %}
{% data variables.product.prodname_copilot_short %} in {% data variables.product.prodname_vscode %} provides two kinds of code suggestions:
- Code completion
- {% data variables.product.prodname_copilot_short %} offers coding suggestions as you type. You can also describe something you want to do using natural language within a comment, and {% data variables.product.prodname_copilot_short %} will suggest the code to accomplish your goal.
- {% data variables.copilot.next_edit_suggestions_caps %} ({% data variables.release-phases.public_preview %})
- Based on the edits you are making, {% data variables.product.prodname_copilot_short %} will predict the location of the next edit you are likely to make and suggest a completion for it. Suggestions may span a single symbol, an entire line, or multiple lines, depending on the scope of the potential change. To enable {% data variables.copilot.next_edit_suggestions %}, see AUTOTITLE.
{% data reusables.copilot.supported-languages %}
{% endvscode %}
{% jetbrains %}
{% data variables.product.prodname_copilot_short %} offers code completion suggestions as you type.
{% data reusables.copilot.supported-languages %}
{% endjetbrains %}
{% visualstudio %}
{% data variables.product.prodname_copilot_short %} in {% data variables.product.prodname_vs %} provides two kinds of code suggestions:
- Code completion
- {% data variables.product.prodname_copilot_short %} offers coding suggestions as you type.
- {% data variables.copilot.next_edit_suggestions_caps %} ({% data variables.release-phases.public_preview %})
- Based on the edits you are making, {% data variables.product.prodname_copilot_short %} will predict the location of the next edit you are likely to make and suggest a completion for it. Suggestions may span a single symbol, an entire line, or multiple lines, depending on the scope of the potential change. To enable {% data variables.copilot.next_edit_suggestions %}, see AUTOTITLE.
{% data reusables.copilot.supported-languages %}
{% endvisualstudio %}
{% vimneovim %}
{% data variables.product.prodname_copilot %} provides code completion suggestions inline as you type in Vim/Neovim.
{% endvimneovim %}
{% azure_data_studio %}
{% data variables.product.prodname_copilot %} provides you with inline suggestions as you create SQL databases in Azure Data Studio.
{% endazure_data_studio %}
{% xcode %}
{% data variables.product.prodname_copilot %} offers code completion suggestions as you type.
{% endxcode %}
{% eclipse %}
{% data variables.product.prodname_copilot %} offers code completion suggestions as you type.
{% endeclipse %}