Changing the default XML editor in Eclipse

Eclipse freezes when working with XML .

the default editor is too slow and gives a lot of problems

I read it works fine if we change the editor to remove the existing editor

+2
source share
2 answers

You can configure them: Window β†’ Settings β†’ General β†’ Editors β†’ File Associations

There you need to either select the file extension,
or add it to the list and choose which editor should use eclipse to open it when necessary.

+6
source

To just open the file once,
Right Click - Open With


To change the connection,
Windows - Settings - General - Editors - File Associations

+2
source

All Articles