FLUXparticle Text Logo

Software you can enjoy

FLUXparticle > XSD Visualizer > Blog > How to Fix XSD File Recognition Issue in IntelliJ

How to Fix XSD File Recognition Issue in IntelliJ

If you're experiencing XSD files being unrecognized as XML after uninstalling the SchemaViz plugin, you can easily fix this issue by reassigning the file type in IntelliJ.

Step 1: Open Settings (Mac) or Preferences (Windows)

Navigate to the settings/preferences menu in IntelliJ. You can do this by clicking on IntelliJ IDEA in the top menu bar and selecting Preferences on Mac or File -> Settings on Windows.

Step 2: Add XSD File Pattern

In the settings/preferences window, locate and click on the Editor section, then choose File Types from the sidebar. Under the Recognized File Types section, locate and select XML. Then, click on the + button below File name patterns to add a new file name pattern.

Step 2 Screenshot

Step 3: Enter File Name Pattern

A dialog will appear prompting you to enter a file name pattern. In the dialog, type “*.xsd” (without quotes) and press Enter or click OK to confirm.

Step 3 Screenshot

Step 4: Verify Changes

Once you've added the “*.xsd” file name pattern, verify that it appears in the list of patterns for the XML file type. Then click OK to leave Settings.

That's it! You've successfully resolved the XSD file recognition issue in IntelliJ.