Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
It would be swell if myeclipseide’s editor had an intelligent tag closing feature. I’ve been using jedit (http://jedit .org) for my xml/jsp/html editing, and I really miss the closing behaviour from the xml plugin.
The JSP editor has autocomplete for JSP’s and HTML. To activate it, type the opening tag and then an immediate ctrl+space to activate autocomplete. For example:
<ol>ctrl+space
You’ll see that </ol> is one of the completion options.