phpactor/reference-finder

This package is abandoned and no longer maintained. No replacement package was suggested.

Base library for finding definitions

0.1.6 2021-04-11 12:11 UTC

This package is auto-updated.

Last update: 2022-03-31 19:44:07 UTC


README

CI

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.