Skip to content

Commit c0d4ea0

Browse files
committed
Update README.md
1 parent 2c15bc6 commit c0d4ea0

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![ScreenRecording](/ScreenRecording.gif)
44

5-
Copilot for Xcode is an Xcode Source Editor Extension that provides Github Copilot support for Xcode. It uses the LSP provided through [Copilot.vim](https://github.com/github/copilot.vim/tree/release/copilot/dist).
5+
Copilot for Xcode is an Xcode Source Editor Extension that provides Github Copilot support for Xcode. It uses the LSP provided through [Copilot.vim](https://github.com/github/copilot.vim/tree/release/copilot/dist) to generate suggestions and displays them as comments.
66

77
Thanks to [LSP-copilot](https://github.com/TerminalFi/LSP-copilot) for showing the way to interact with Copilot. And thanks to [LanguageClient](https://github.com/ChimeHQ/LanguageClient) for the Language Server Protocol support in Swift.
88

@@ -46,14 +46,10 @@ The first time the actions run, the extension will ask for 2 types of permission
4646

4747
The implementation won't feel as smooth as that of VSCode.
4848

49-
The magic behind it is that it will keep calling the action from the menu when you are not typing, clicking or moving your mouse. So it will have to listen to those events, I am not sure if people like it.
49+
The magic behind it is that it will keep calling the action from the menu when you are not typing, or clicking mouse. So it will have to listen to those events, I am not sure if people like it.
5050

5151
Hope that next year, Apple can spend some time on Xcode Extensions.
5252

53-
Known Issues:
54-
55-
- If a real-time suggestions request is triggered, it will block your editor until the result is return.
56-
5753
## Prevent Suggestions Being Committed
5854

5955
Since the suggestions are presented as comments, they are in your code. If you are not careful enough, they can be committed to your git repo. To avoid that, I would recommend adding a pre-commit git hook to prevent this from happening. Maybe later I will add an action for that.

0 commit comments

Comments
 (0)