1
0
Fork 0

Update README.md

pull/618/head
Markus Staab 2018-03-12 16:48:04 +01:00 committed by GitHub
parent 4fab7e6728
commit ca28cb40b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 12 deletions

View File

@ -21,18 +21,6 @@ and an [event loop](http://sabre.io/event/loop/) for concurrency.
<!-- Table of contents generated generated by http://tableofcontent.eu --> <!-- Table of contents generated generated by http://tableofcontent.eu -->
- [PHP Language Server](#php-language-server) - [PHP Language Server](#php-language-server)
- [Features](#features) - [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) - [Performance](#performance)
- [Versioning](#versioning) - [Versioning](#versioning)
- [Installation](#installation) - [Installation](#installation)