How to disable XML editor in Eclipse for .xsd and related files?

I want to be able to double-click on .xsd and open Eclipse in a text editor, but if I add the file association ".xsd", it will appear in the XML editor as the first editor in and it says: "(blocked by content type" XML (Illformed) "(blocked by" XSD content type "), etc., and the section for XML is blocked in the" Content Types "panel. Eclipse parses my XML files, everything is wrong, and it just doesn't make sense to use a structured editor. How to disable his?

+4
source share
1 answer

You can change the file extension to display editors under "Settings"> "General"> "Editors"> "File Associations."

+4
source

All Articles