1
0
Fork 0
 
 
Go to file
Stephan Unverwerth 0b15abcac5 Added Tests for Project and Workspace 2016-09-28 21:14:50 +02:00
bin Added command line argument for socket communication 2016-09-28 20:37:08 +02:00
fixtures Added tests for pathToUri and findFilesRecursive 2016-09-28 20:37:08 +02:00
images Make documentSymbol work 🎉 2016-09-02 02:56:45 +02:00
src Fixed local variable detection and containerName generation in SymbolFinder. 2016-09-28 20:37:09 +02:00
tests Added Tests for Project and Workspace 2016-09-28 21:14:50 +02:00
.editorconfig Initial Commit 2016-08-12 10:16:42 +02:00
.gitignore Add .idea to .gitignore 2016-09-08 21:07:42 +02:00
.travis.yml Add coverage reporting (#14) 2016-09-06 12:55:05 +02:00
LICENSE.txt Add LICENSE 2016-08-30 18:49:06 +02:00
README.md Add PHP version badge 2016-09-09 10:01:34 +02:00
codecov.yml Add coverage reporting (#14) 2016-09-06 12:55:05 +02:00
composer.json Moved utility functions to utils.php 2016-09-28 20:37:08 +02:00

README.md

PHP Language Server

Version Build Status Coverage Dependency Status Minimum PHP Version License

A pure PHP implementation of the Language Server Protocol.

Find all symbols demo

Used by

Contributing

You need at least PHP 7.0 and Composer installed. Clone the repository and run

composer install

to install dependencies.

Run the tests with

vendor/bin/phpunit --bootstrap vendor/autoload.php tests