apache / apache/grails-intellij-plugin
Grails: GSP, JSP and HTML tags as method calls could be resolved from controllers
- Dominant language
- Java
- Stars
- 17
- Forks
- 4
- Avg merge
- 5d 15h
- Merged PRs (30d)
- 4
Description
*Build 96.505*
```
render {
div("hellohello")
set(var: "s", value: "Hello")
}
```
Both "div" and "set" methods are not resolved.
---
*Imported from [IDEA-56148](https://youtrack.jetbrains.com/issue/IDEA-56148) · Type: Feature · Votes: 1*
*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 controller example in an IntelliJ IDEA Grails project and inspect how GSP, JSP, and HTML tag calls are resolved. Done means both `div` and `set` no longer appear as unresolved methods in the shown `render` block.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100