I would really like to switch from Vscode to Zed but I've some issues.
First and foremost I'm working with a lot of legacy code, functions and classes are in *.inc files. In Vscode I've added them as PHP files and they are being indexed by phptools. In Zed I've added them as well ("file_types": {"PHP": ["inc"]}) and they are being recognised by Zed as PHP files but phptools is not indexing them and I've a lot of "use of unknown class/function" errors and no intellisense/codelens.
For testing purposes I've renamed some from *.inc to *.php and then they are getting indexed, just opening them works as well but this ist not a solution for me.
Can this somehow be configured with initialization_options?