Skip to content

Commit

Permalink
Update Xcode source completion sample (github#35724)
Browse files Browse the repository at this point in the history
Co-authored-by: Felicity Chapman <felicitymay@github.com>
  • Loading branch information
jaroshevskii and felicitymay authored Dec 20, 2024
1 parent c44092c commit d1e2842
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -445,8 +445,8 @@ This guide demonstrates how to get coding suggestions from {% data variables.pro
{% data variables.product.prodname_copilot %} offers coding suggestions as you type. For example, type this function
signature in a Swift file:

```shell copy
func CalculateDaysBetweenDates(
```swift copy
func calculateDaysBetweenDates(
```

{% data variables.product.prodname_copilot %} will automatically suggest an entire function body in grayed text. To accept the first line of a suggestion, press <kbd>Tab</kbd>. To view the full suggestion, hold <kbd>Option</kbd>, and to accept the full suggestion, press <kbd>Option</kbd>+<kbd>Tab</kbd>.
Expand Down

0 comments on commit d1e2842

Please sign in to comment.