Vscode-intelephense: Move embedded JavaScript/HTML/CSS language service to the server

Created on 18 Apr 2019  路  3Comments  路  Source: bmewburn/vscode-intelephense

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.

enhancement

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.

All 3 comments

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

  • [x] fix html/css/js diagnostics
Was this page helpful?
0 / 5 - 0 ratings

Related issues

vanasis picture vanasis  路  4Comments

usrnm-nk picture usrnm-nk  路  3Comments

steven7mwesigwa picture steven7mwesigwa  路  4Comments

swashata picture swashata  路  3Comments

superadmini picture superadmini  路  4Comments