In IntelliJ IDEA you can quickly configure language injection for XML tags, attributes and Java method parameters and their return values. Just use Inject Language Intention on the code like this:and it will immediately turn to:
And you get the complete coding assistance, with syntax and error highl…