JSP additional plugins for support
已回答
Hello,
I use Intellij Ultimate on a project with JSP pages. Syntactic highlighting works fine but I have noticed several issues that I would like your lights on :) here is the list :
- there is no warning when I set variables that I never use afterwards
- EL language is not working with parameterized functions, e.g. $(requestAttribute.someFunction(someParameter))
- functions that take no arguments work, but the empty brackets are highlighted and when I hover over them, a pop-up read “method call is nonstandard extension”
- there is no autocompletion on methods from objects passed in the request (but I guess it's normal)
Maybe some additional plugins would fix these issues?
Thanks a lot for your help!
Loic
请先登录再写评论。
Hello Loic,
Thanks for sharing feedback!
> there is no warning when I set variables that I never use afterwards
Could you please provide code example? Unused variables are highlighted on my machine.
> EL language is not working with parameterized functions, e.g. $(requestAttribute.someFunction(someParameter))
Could you please provide code example demonstrating the issue?
> functions that take no arguments work, but the empty brackets are highlighted and when I hover over them, a pop-up read “method call is nonstandard extension”
Please provide code example for investigation.
> there is no autocompletion on methods from objects passed in the request (but I guess it's normal)
Feel free to create feature request on YouTrack: https://youtrack.jetbrains.com/issues/IDEA