I'm currently using JetBrains PhpStorm EAP build for PHP programming and I would like to switch to VS Code.
I'm currently working on an open source project that heavily uses printing of JavaScript and HTML code inside strings. PhpStorm has a very useful feature, it has full syntax highlighting and intellisense/code completion for HTML and JavaScript code inside strings in PHP. I have the Intelliphense extension installed on VS Code, but it doesn't seem to support this.
This is how JS inside strings looks on VS Code:
This is how the same code looks in PhpStorm:
Does anyone know if this is possible to achieve on VS Code? Or should I stick with PhpStorm?


#[Language]attribute for specific parameter etc; for Twig it's a custom block name. etc) or manual (a comment just before the string e.g.$a = /* @lang SQL */ 'some text that is treated as SQL';vscode language injectionand check the links -- they should give some links/ideas for such plugins or corresponding VSCode functionality. The first/start link: github.com/microsoft/vscode/issues/1751 and code.visualstudio.com/api/language-extensions/…