Seeking Editor for Language Injection
Hello!
I'm a little confused. I have seen the article on 'Language Injection'.
http://blog.jetbrains.com/phpstorm/2013/06/language-injection-in-phpstorm/
Unfortunately I can not find the injection editor.
I hope that the weekend starts soon.
Who can help?
Sincerely yours
Stephan
Please sign in to leave a comment.
Hi there,
Please clarify what do you mean by "injection editor" ?
Hello!
I have the tutorial below
http://blog.jetbrains.com/phpstorm/2013/06/language-injection-in-phpstorm/
seen. In this tutorial, an HTML fragment is inserted into a php script.
Where can I find this editor?
Sincerely yours
Stephan
Which "editor"?
Sorry, but I do not understand such English. Therefore -- screenshot please, where you highlight in red that "editor".
Because as far as I'm aware -- I gave you the answer already in my previous post.
Hello!

Sorry for my bad english.
I work with PhpStorm version 6.0.2.
I have a simple php script.
--------------------
$htmlFragment = "<h3 style='border: solid 1px red;'>first test</h3>";
<h3 style='border: solid 1px red;'>second test</h3>
echo $htmlFragment;
--------------------
In this php script is an html fragment.
Where can I find the 'html injection editor'?
Sincerely yours
Stephan
I already gave you the answer in first post:

Either click on that light bulb icon ... OR press ALT+ENTER while having cursor inside such HTML string; then choose "Edit HTML Fragment" from menu.