This repository has been archived by the owner on Mar 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,3 @@ | ||
Language Server Phpactor Extensions | ||
=================================== | ||
|
||
language-server-phpactor-extensions | ||
==================================== | ||
![CI](https://github.com/phpactor/language-server-phpactor-extensions/workflows/CI/badge.svg) | ||
|
||
The Phpactor Language Server Extensions. | ||
|
||
This macro package implements all Phpactor language server functionality based | ||
on the generic [LanguageServer](https://github.com/phpactor/language-server) | ||
package. | ||
|
||
Usage | ||
----- | ||
|
||
This package is bundled with Phpactor. | ||
|
||
Structure | ||
--------- | ||
|
||
Each extension should be treated as a separate package, coupling only to what | ||
is necessary. In the future, if it were desired, it should be possible to | ||
break the packages out of this macro repository. | ||
|
||
Documentation | ||
------------- | ||
|
||
For more information on the Phpactor Language Server implementation see the | ||
[Phpactor LSP documentation](https://phpactor.github.io/phpactor/lsp.html). |