Skip to content

Commit 842fbf4

Browse files
committed
Update README.md
1 parent 5021f4f commit 842fbf4

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ Thanks to [LSP-copilot](https://github.com/TerminalFi/LSP-copilot) for showing t
88

99
<a href="https://www.buymeacoffee.com/intitni" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>
1010

11+
## Features
12+
13+
- Code Suggestions (powered by GitHub Copilot).
14+
- Chat (powered by OpenAI ChatGPT).
15+
- Prompt to Code (powered by OpenAI ChatGPT).
16+
- Custom Commands to extend Chat and Prompt to Code.
17+
1118
## Table of Contents
1219

1320
- [Prerequisites](#prerequisites)
@@ -63,7 +70,7 @@ Or install it manually, by downloading the `Copilot for Xcode.app` from the late
6370
Then set it up with the following steps:
6471

6572
1. Open the app, the app will create a launch agent to setup a background running Service that does the real job.
66-
2. Optionally setup the path to Node. The default value is just `node`, Copilot for Xcode.app will try to find the Node from the PATH available in a login shell. If your Node is installed somewhere else, you can run `which node` from terminal to get the path.
73+
2. Optionally setup the path to Node. The default value is just `node`, Copilot for Xcode.app will try to find the Node from the PATH available in a login shell. If your Node is installed somewhere else, you can run `which node` from terminal to get the path.
6774

6875
### Enable the Extension
6976

0 commit comments

Comments
 (0)