Skip to content

Commit 039f47f

Browse files
committed
Add table of contents to README.md
1 parent 74ececf commit 039f47f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,23 @@ Copilot for Xcode is an Xcode Source Editor Extension that provides Github Copil
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

9+
## Table of Contents
10+
11+
- [Prerequisites](#prerequisites)
12+
- [Permissions Required](#permissions-required)
13+
- [Installation and Setup](#installation-and-setup)
14+
- [Install](#install)
15+
- [Sign In GitHub Copilot](#sign-in-github-copilot)
16+
- [Granting Permissions to the App](#granting-permissions-to-the-app)
17+
- [Managing `CopilotForXcodeExtensionService.app`](#managing-copilotforxcodeextensionserviceapp)
18+
- [Update](#update)
19+
- [Commands](#commands)
20+
- [Key Bindings](#key-bindings)
21+
- [Prevent Suggestions Being Committed](#prevent-suggestions-being-committed)
22+
- [Limitations](#limitations)
23+
- [FAQ](#faq)
24+
- [License](#license)
25+
926
## Prerequisites
1027

1128
- [Node](https://nodejs.org/) installed to run the Copilot LSP.

0 commit comments

Comments
 (0)