jdaugherty opened a new issue, #172:
URL: https://github.com/apache/grails-intellij-plugin/issues/172

   I've exhaustively gone through the settings and disabled all forms of 
autocomplete, intentions, templates, etc, but the editor **still** insists on 
autocompleting my html tags after I type "</". To make matters worse, it 
doesn't recognize the <g: tags, so when I have code like this:
   
   <div>
        <g:if ...>
   
   and I type "</", the editor spits out </div> instead of 
</g:if>. If I want to insert </g:if>, I have to type </>, get 
the div, delete the div (but leaving the slash), and finally type "g:if>".
   
   This occurs in the latest download of ultimate edition version 13 as of 
9/12/2014.
   
   ---
   
   *Imported from 
[IDEA-129853](https://youtrack.jetbrains.com/issue/IDEA-129853) · Type: Bug · 
Votes: 8*
   *Comments, attachments, dates and reporter are not part of the export — 
follow the link above for the full history.*
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to