Kirill Bulatov
Kirill Bulatov
Yes, I'm afraid it's something relatively internal to phpfactor, as Zed does not even have this `Resolving code actions` message, it comes out of the LSP server. So, we most...
Great, thank you for this. Not sure it's more clear for me, but at least it's something: the extension seems to lack (?) certain files that phpfactor wants to have?...
Seems that the original issue is fixed? https://github.com/zed-industries/zed/issues/28164#issuecomment-2854731811
Missed a small bug on that crazy week, here's a fix: https://github.com/zed-industries/zed/pull/31677
Zed does not have any support for SQL in it, and the only current extension (from https://github.com/zed-industries/extensions/tree/main/extensions) that supports it, does not have the required prettier metadata: https://github.com/evrsen/zed-sql/blob/8f05732666dc29577933d5ad0b72ce5a6d6840ea/languages/sql/config.toml It seems...
Is it something that you see still?
I reran this almost 2 months after the initial review and still see the same crippled icon and most of the feedback seems to be unattended still + some conflicts...
Sorry, this needs a bit more work, the PR which closed this has brought in a few regressions: https://github.com/zed-industries/zed/pull/23636
https://github.com/zed-industries/zed/pull/31711 helps with a part of this and can be improved by the future PRs if needed.
This means a tree-sitter grammar is not taking this case into account. https://github.com/savetheclocktower/tree-sitter-scss is the grammar where this issue would better go to. Then, https://github.com/bajrangCoder/zed-scss Zed extension needs a grammar...