Hi,
On 2/5/22 13:18, Daniel Kinzler wrote:
Basically, I'd want codesearch to allow me to do the kind of "find callers" search that IDEs like phpstorm support. Sure, I could do it in the ID, but I can't link to that from a ticket, and I'd have to make sure I have exactky the right set of extensions installed (and updated).
Seems like what you're asking for is https://docs.gitlab.com/ee/user/project/code_intelligence.html, right?
AFAICT that functionality is available in self-hosted GitLab, it just requires someone writing a LSIF implementation for PHP, as it's not already listed on https://lsif.dev/#implementations-server.
Assuming no one else is, working on that would be a pretty cool project and nice contribution to the broader PHP community :-)
-- Legoktm