From ca28cb40b547823b6b87880f3f33583002399bad Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Mon, 12 Mar 2018 16:48:04 +0100 Subject: [PATCH] Update README.md --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index 66d031d..6243341 100644 --- a/README.md +++ b/README.md @@ -21,18 +21,6 @@ and an [event loop](http://sabre.io/event/loop/) for concurrency. - [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)