IntelliJ IDEA – the IDE for Professional Development in Java and Kotlin
You probably know about IntelliJ IDEA's language injection feature. Right? IntelliJ IDEA X takes it even further. Now you can edit fragments of code injected in literals in a designated full featured editor with all your changes immediately reflected in the original code. You do not see all other…
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…