apache / apache/grails-intellij-plugin
GSP: "Split current tag" intention could be implemented for groovy tags
- Dominant language
- Java
- Stars
- 17
- Forks
- 4
- Avg merge
- 5d 15h
- Merged PRs (30d)
- 4
Description
Currently, the intention called from a groovy tag body splits enclosing html tag. It is confusing and leads to uncompilable code.
Before:
```
Some text
```
After:
```
Some text
```
---
*Imported from [IDEA-54208](https://youtrack.jetbrains.com/issue/IDEA-54208) · Type: Feature · Votes: 0*
*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
Start by locating the implementation of the “Split current tag” intention and its handling for Groovy/GSP tags, then reproduce the before-and-after examples in the issue. Done means invoking the intention inside a Groovy tag body splits the appropriate inner content without splitting the enclosing HTML tag or producing uncompilable markup.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- groovy, java
- Domain
- developer-experience, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 65/100