1
0
Fork 0

docs: add a TOC to the README (#618)

pull/656/head
Markus Staab 2018-05-14 02:26:56 +02:00 committed by Felix Becker
parent fe33c8cd7f
commit 26e3451e61
1 changed files with 10 additions and 0 deletions

View File

@ -17,6 +17,16 @@ Uses the great [Tolerant PHP Parser](https://github.com/Microsoft/tolerant-php-p
[phpDocumentor's DocBlock reflection](https://github.com/phpDocumentor/ReflectionDocBlock) [phpDocumentor's DocBlock reflection](https://github.com/phpDocumentor/ReflectionDocBlock)
and an [event loop](http://sabre.io/event/loop/) for concurrency. and an [event loop](http://sabre.io/event/loop/) for concurrency.
**Table of Contents**
- [Features](#features)
- [Performance](#performance)
- [Versioning](#versioning)
- [Installation](#installation)
- [Running](#running)
- [Used by](#used-by)
- [Contributing](#contributing)
## Features ## Features
### [Completion](https://github.com/Microsoft/language-server-protocol/blob/master/protocol.md#textDocument_completion) ### [Completion](https://github.com/Microsoft/language-server-protocol/blob/master/protocol.md#textDocument_completion)