1
0
Fork 0

added a TOC to the README

generated with http://tableofcontents.herokuapp.com/
pull/618/head
Markus Staab 2018-03-12 12:41:40 +01:00 committed by GitHub
parent 02b7d2fdb6
commit 4fab7e6728
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

View File

@ -17,6 +17,34 @@ 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](http://tableofcontent.eu)**
<!-- Table of contents generated generated by http://tableofcontent.eu -->
- [PHP Language Server](#php-language-server)
- [Features](#features)
- [[Completion](https://github.com/Microsoft/language-server-protocol/blob/master/protocol.md#textDocument_completion)](#completionhttpsgithubcommicrosoftlanguage-server-protocolblobmasterprotocolmdtextdocument_completion)
- [[Signature Help](https://github.com/Microsoft/language-server-protocol/blob/master/protocol.md#textDocument_signatureHelp)](#signature-helphttpsgithubcommicrosoftlanguage-server-protocolblobmasterprotocolmdtextdocument_signaturehelp)
- [[Go To Definition](https://github.com/Microsoft/language-server-protocol/blob/master/protocol.md#goto-definition-request)](#go-to-definitionhttpsgithubcommicrosoftlanguage-server-protocolblobmasterprotocolmdgoto-definition-request)
- [[Find References](https://github.com/Microsoft/language-server-protocol/blob/master/protocol.md#find-references-request)](#find-referenceshttpsgithubcommicrosoftlanguage-server-protocolblobmasterprotocolmdfind-references-request)
- [[Hover](https://github.com/Microsoft/language-server-protocol/blob/master/protocol.md#hover-request)](#hoverhttpsgithubcommicrosoftlanguage-server-protocolblobmasterprotocolmdhover-request)
- [[Document Symbols](https://github.com/Microsoft/language-server-protocol/blob/master/protocol.md#document-symbols-request)](#document-symbolshttpsgithubcommicrosoftlanguage-server-protocolblobmasterprotocolmddocument-symbols-request)
- [[Workspace Symbols](https://github.com/Microsoft/language-server-protocol/blob/master/protocol.md#workspace-symbols-request)](#workspace-symbolshttpsgithubcommicrosoftlanguage-server-protocolblobmasterprotocolmdworkspace-symbols-request)
- [Error reporting through [Publish Diagnostics](https://github.com/Microsoft/language-server-protocol/blob/master/protocol.md#publishdiagnostics-notification)](#error-reporting-through-publish-diagnosticshttpsgithubcommicrosoftlanguage-server-protocolblobmasterprotocolmdpublishdiagnostics-notification)
- [Stubs for PHP built-ins](#stubs-for-php-built-ins)
- [What is considered a definition?](#what-is-considered-a-definition)
- [What is considered a reference?](#what-is-considered-a-reference)
- [Protocol Extensions](#protocol-extensions)
- [Performance](#performance)
- [Versioning](#versioning)
- [Installation](#installation)
- [Running](#running)
- [Command line arguments](#command-line-arguments)
- [`--tcp=host:port` (optional)](#tcphostport-optional)
- [`--tcp-server=host:port` (optional)](#tcp-serverhostport-optional)
- [`--memory-limit=integer` (optional)](#memory-limitinteger-optional)
- [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)