LSP for PHP
Inteliphense right now is the best one but is a proprietary software with a freemium plan.
There are PHP LSP servers but they are not updated, so they have a lot of issues.
I am using inteliphense on nvim but this configuration works also on Kate.
I have also using Kite LSP that support various languages https://www.kite.com/, in this way
"javascript": {
"command": "~/.local/share/kite/kite-lsp --editor=vim"
},
"python": {
"use": "javascript"
},
"bash": {
"use": "javascript"
}
Configuration based on neovim again and seems working, but I didn't a patch because it is very just for me.
Edited by Daniele Scasciafratte