phpactor / reference-finder
Base library for finding definitions
Installs: 43 026
Dependents: 6
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 1
Requires
- php: ^7.3 || ^8.0
- phpactor/name-specification: ^0.1.0@dev
- phpactor/text-document: ~1.2.3
- psr/log: ^1.1
- webmozart/path-util: ^2.3
Requires (Dev)
- ergebnis/composer-normalize: ^2.0
- friendsofphp/php-cs-fixer: ^2.17
- phpspec/prophecy-phpunit: ^2.0
- phpstan/phpstan: ~0.12.0
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2022-03-31 19:44:07 UTC
README
Base package for finding references to a symbol at a given offset in a given text file.
For example, provide:
- the location (URI and byte offset) for the definition of the symbol in a text file under the current cursor position.
- locations for references to the symbol at the given offset.
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.