I am not sure why it seems that no one in the eclipse community is making the comment key mapping in jsp pages and xml pages like the Java comments? IE, <ctrl> + ‘/’ and uncomment <ctrl> + ‘\’
In the Java editor this will comment out the selected lines of code. In Intellij this will comment out Java as well as xml and jsp.
Also, why not use jsp comments instead of html comments inside jsp pages? If you html comment out jsp and it is referencing a variable that is null you can get a NPE.
Just my $.02 worth.
Bryan