phpactor / indexer-extension

Library / Extension to enable indexing and querying of a project's workspace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Indexer

CI

Provides indexing and index-querying capabiltities for Phpactor

Usage

From CLI:

$ phpactor index:build --watch
$ phpactor index:query:class "My\\Class\\Name"

Integrations

Various integrations are provided with other Phpactor components, e.g. source location for worse reflection, goto implementation implementations etc.

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.

About

Library / Extension to enable indexing and querying of a project's workspace

License:MIT License


Languages

Language:PHP 99.7%Language:Shell 0.3%