phpactor / language-server-phpactor-extensions
Provides an (experimental) LSP compatible Language Server Platform
Installs: 28 491
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 5
Open Issues: 8
Type:phpactor-extension
Requires
- php: ^7.3 || ^8.0
- dantleech/object-renderer: ^0.1.1
- phpactor/class-mover: ^0.2.0
- phpactor/code-transform: ^0.4.2
- phpactor/code-transform-extension: ^0.2.2
- phpactor/completion: ~0.4.5
- phpactor/completion-extension: ^0.2.4
- phpactor/completion-worse-extension: ^0.2.3
- phpactor/console-extension: ^0.1.6
- phpactor/container: ^2.0.0
- phpactor/file-path-resolver-extension: ^0.3.4
- phpactor/indexer-extension: ^0.3.2
- phpactor/language-server: ^1.1.1
- phpactor/language-server-extension: ^0.6.4
- phpactor/language-server-protocol: ~0.3.0
- phpactor/logging-extension: ^0.3.4
- phpactor/phly-event-dispatcher: ^2.0.0
- phpactor/reference-finder: ^0.1.6
- phpactor/reference-finder-extension: ^0.1.7
- phpactor/text-document: ^1.2.4
- phpactor/worse-reference-finder-extension: ^0.1.6
- phpactor/worse-reference-finders: ^0.2.6
- phpactor/worse-reflection: ^0.4.7
- phpactor/worse-reflection-extension: ^0.2.5
Requires (Dev)
- dms/phpunit-arraysubset-asserts: dev-master
- ergebnis/composer-normalize: ^2.0
- friendsofphp/php-cs-fixer: ^2.17
- jangregor/phpstan-prophecy: ^0.8.0
- phpactor/php-extension: ^0.1.1
- phpactor/test-utils: ^1.1.3
- phpbench/phpbench: dev-master
- phpspec/prophecy-phpunit: ^2.0
- phpstan/phpstan: ~0.12.0
- phpunit/phpunit: ^9.0
- symfony/var-dumper: ^5.1
This package is auto-updated.
Last update: 2022-03-10 19:18:11 UTC
README
The Phpactor Language Server Extensions.
This macro package implements all Phpactor language server functionality based on the generic LanguageServer 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.
Contributing
This package is open source and welcomes contributions! Feel free to open a pull request on this repository.
Support
- Create an issue on the main Phpactor repository.
- Join the
#phpactor
channel on the Slack Symfony Devs channel.