JSP Refactoring Follow
Ok, this might have been discussed, but I was about ready to throw some
bugs JetBrain's way, but before I did I thought I'd bring it in here
because trying to find dups for all this stuff is gonna be insane.
The thing is that if you have a scriptlet block in JSP, as simple as:
<%
String test = "foo";
%>
Right click on test and choose refactor, then choose introduce
contstant... you get a message that you can't do that in JSP. The same
goes with every option on the popup!
So my questions are:
1- Is this ever going to happen for JSP, and if so I won't file bugs
since this would be work in progress.
2- Has this been reported, can someone give me some tracker numbers I
can keep my eye on.
3- If it's not in use right now, why in the world isn't this menu
completely grayed out so we don't waste our time?
Thanks
R
Please sign in to leave a comment.
Some of the refactorings (normally those that include creating of new fields
or methods) are not supported for JSP althoght they might be. This is not a
bug (they are not intended to be supported) but you can submit feature
requests to support some of them.
--
Valentin Kipiatkov
JetBrains, Inc
http://www.intellij.com
"Develop with pleasure!"
"Robert S. Sfeir" <no_mail@jetbrains.com> wrote in message
news:bj30s6$8um$1@is.intellij.net...
>
>
>
>
>
>