1
0
mirror of synced 2025-12-21 10:57:10 -05:00

Update content/copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-jetbrains.md

Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
This commit is contained in:
Jules
2022-06-09 14:13:29 +02:00
committed by GitHub
parent b8493a6ca0
commit cd32e5c33d

View File

@@ -26,7 +26,7 @@ topics:
![Screenshot of the Java class body suggestion](/assets/images/help/copilot/java-class-body-suggestion-jetbrains.png)
{% data reusables.copilot.accept-suggestion %}
1. Below the bracket of the `main` function, type the following function header:
```
```java{:copy}
int calculateDaysBetweenDates
```
{% data variables.product.prodname_copilot %} will automatically suggest a function body in grayed text, as shown below. The exact suggestion may vary.