I wanted to add my name to this “petition” as well. As someone new to Eclipse I actually wasted a bunch of time on Friday searching my code for errors until I finally realized that it wasn’t an error. Instead, the code that I thought was commented (using Ctrl-Shift-/) was commented using HTML style comment tags.
Also, I noticed that under Preference>MyEclipse>Editors>JSP>JSP Templates there is a setting for JSP comment that looks like this:
Name: JSP comment
Description: JSP comment <!– –>
Pattern: <!– ${cursor} –>
Is there a setting that will allow the key combination to comment correctly?
Thanks, Frank