1
0
Fork 0
php-language-server/README.md

11 lines
811 B
Markdown
Raw Normal View History

2016-08-22 20:40:16 +00:00
# PHP Language Server
2016-08-25 13:27:14 +00:00
[![Version](https://img.shields.io/packagist/v/felixfbecker/language-server.svg)](https://packagist.org/packages/felixfbecker/language-server)
[![Build Status](https://travis-ci.org/felixfbecker/php-language-server.svg?branch=master)](https://travis-ci.org/felixfbecker/php-language-server)
2016-08-25 16:14:08 +00:00
[![Dependency Status](https://gemnasium.com/badges/github.com/felixfbecker/php-language-server.svg)](https://gemnasium.com/github.com/felixfbecker/php-language-server)
2016-08-30 16:49:06 +00:00
[![License](https://img.shields.io/packagist/l/felixfbecker/language-server.svg)](https://github.com/felixfbecker/php-language-server/blob/master/LICENSE.txt)
2016-08-22 20:40:16 +00:00
2016-08-25 13:27:14 +00:00
A pure PHP implementation of the [Language Server Protocol](https://github.com/Microsoft/language-server-protocol).
2016-09-02 00:56:45 +00:00
![Find all symbols demo](images/documentSymbol.gif)