apache / apache/grails-intellij-plugin
HTML code styles are applied incorrectly in GSP files
- Dominant language
- Java
- Stars
- 17
- Forks
- 4
- Avg merge
- 5d 15h
- Merged PRs (30d)
- 4
Description
When I write Emmet template "table>tr>td" in HTML file it expands corrrectly:
```
```
When I do it in GSP it generates this:
```
```
This happens because HTML code styles are incorrectly applied in GSP files.
---
*Imported from [IDEA-113208](https://youtrack.jetbrains.com/issue/IDEA-113208) · Type: Bug · Votes: 2*
*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 reproducing the Emmet expansion in an HTML file and a GSP file, then trace where their code-style settings are selected. Compare the generated formatting with the examples in the issue; done means the nested table expansion in GSP matches the HTML result.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html, java
- Domain
- tooling, web-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 64/100