apache / apache/grails-intellij-plugin
Cannot disable "</" tag autocomplete in gsp files
- Dominant language
- Java
- Stars
- 17
- Forks
- 4
- Avg merge
- 5d 15h
- Merged PRs (30d)
- 4
Description
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.*
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the behavior in a GSP file in IntelliJ IDEA Ultimate 13 by typing " content. Trace the editor's tag-autocomplete handling and GSP tag recognition, then verify that closing-tag completion selects the matching GSP tag rather than the surrounding HTML tag and that the behavior can be disabled as requested.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100