I contacted the author of client, thought that the problem is up to him. This is the answer I got:
Your php language server should do the job, like html language server can embed javascript and css.
There's a long thread at the vscode repo about whether or not the client should handle this. This extension implements a client side solution. Though it does have drawbacks including missing functionality on generic language server clients. #388, #400 related too. Will investigate moving this server side.
@bmewburn any progress? :smiley:
todo
Most helpful comment
There's a long thread at the vscode repo about whether or not the client should handle this. This extension implements a client side solution. Though it does have drawbacks including missing functionality on generic language server clients. #388, #400 related too. Will investigate moving this server side.