In 'Export User Objects' pl/sql-dev does not export the target table of a materialized view. This makes sense for a normal MV because the target table is created when the MV is created.

If the MV uses the clause 'ON PREBUILT TABLE' the export should contain the target table because it is not created when the MV is created. Otherwise the schema is incomplete.