Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

eclipse disable completion of xml comment

Tags:

eclipse

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.

like image 715
Axarydax Avatar asked May 03 '13 16:05

Axarydax


People also ask

How do I turn off autocomplete in eclipse?

Window -> Preferences -> Java -> Editor -> Content Assist -> Set Auto Activation Delay(ms) : 200ms from 0ms in my case.


1 Answers

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

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

like image 56
Charu Khurana Avatar answered Sep 22 '22 01:09

Charu Khurana