This commit is contained in:
Jules Parker 2022-06-15 09:23:58 +02:00
Родитель b118edd7ef
Коммит 1ef955efa6
5 изменённых файлов: 5 добавлений и 4 удалений

Просмотреть файл

@ -61,7 +61,7 @@ To use {% data variables.product.prodname_copilot %} in a JetBrains IDE, you mus
{% data reusables.copilot.create-java-file %}
1. To prompt {% data variables.product.prodname_copilot %} to show you a suggestion, type the following line in the Java file.
{% data reusables.copilot.java-int-snippet %}
1. Optionally, you can see alternative suggestions.
{% data reusables.copilot.see-alternative-suggestions %}
| OS | See next suggestion | See previous suggestion |
| :- | :- | :- |

Просмотреть файл

@ -56,7 +56,7 @@ To use {% data variables.product.prodname_copilot %}, you must first install the
```javascript{:copy}
function calculateDaysBetweenDates(begin, end) {
```
3. Optionally, you can see alternative suggestions.
{% data reusables.copilot.see-alternative-suggestions %}
| OS | See next suggestion | See previous suggestion |
| :- | :- | :- |

Просмотреть файл

@ -71,7 +71,7 @@ After installation, a {% data variables.product.prodname_copilot %} icon will ap
```csharp{:copy}
function calculateDaysBetweenDates(begin, end) {
```
1. To see alternative suggestions, press <kbd>Alt</kbd>+<kbd>]</kbd> (or <kbd>Alt</kbd>+<kbd>[</kbd>).
1. If alternative suggestions are available, you can see these alternatives by pressing <kbd>Alt</kbd>+<kbd>]</kbd> (or <kbd>Alt</kbd>+<kbd>[</kbd>).
1. Optionally, you can hover over the suggestion to see the {% data variables.product.prodname_copilot %} command palette for choosing suggestions.
{% data reusables.copilot.accept-or-reject-suggestion %}

Просмотреть файл

@ -1 +1 @@
For any given input, {% data variables.product.prodname_copilot %} can offer multiple suggestions. You can select which suggestion to use, or reject all suggestions.
For any given input, {% data variables.product.prodname_copilot %} may offer multiple suggestions. You can select which suggestion to use, or reject all suggestions.

Просмотреть файл

@ -0,0 +1 @@
1. Optionally, you can see alternative suggestions, if any are available.