eclipse disable completion of xml comment

eclipse

Solution

Go to Preferences -> XML ->XML Files -> Editor -> Typing

Uncheck `Comments` checkbox in Automatically close section. Click Apply. Should work

Problem

Is there a way to disable Eclipse auto-inserting `-->` after I type `<!--` (opening of XML comment)? I have tried removing a template for "comment" (`<!-- ${cursor} -->`) in Preferences->XML->XML Files->Editor->Templates, but nothing happens.

Original source