EJS auto completion features
if one types <% if (....) { %> and presses enter after curl bracket
it is would be great if IDE would add <% } %> and moved a cursor between that to lines as it does in JS editor.
<% if (....) { %>
//cursor is
<% } %>
The same thing for cycles and othere scopes, for example:
<% items.forEach(funciton(..){ %>
//cursor is
<% }) %>
请先登录再写评论。
Hello!
Please feel free to file a request for this feature to youtrack, http://youtrack.jetbrains.com/issues/WE