Closed rsmckinney closed 2 years ago
ManTL Templates in the IntelliJ plugin fail to render nested Java statements/expressions correctly.
For example, the IntelliJ editor shows errors for the nested todo.charAt() expressions.
<% String todo = "hi"; %> <% if(true) { %> input <%= todo.charAt(0)%> <%= (todo.charAt(0) == 'r') ? "checked" : ""%>/> <% } %>
Manifold compiles everything correctly, just the intellij plugin shows errors.
Fixed with IJ plugin releases 2021.x.42 and 2020.3.51
ManTL Templates in the IntelliJ plugin fail to render nested Java statements/expressions correctly.
For example, the IntelliJ editor shows errors for the nested todo.charAt() expressions.
Manifold compiles everything correctly, just the intellij plugin shows errors.