I'm working in an Oracle environment.  I've been using primarily PL/SQL (personal preference).  However, I recently had an issue with PL/SQL, and it was suggested to me that I use Oracle SQL Developer instead.
Does anyone know if there's a way to export my connections configs from PL/SQL to SQL Developer?
The problem is not how to do it (I already know that).  The problem is incompatible file formats.  PL/SQL insists on exporting to a .Connections file format (whatever that is).  SQL Developer is looking for JSON, XML or .Properties.
Any ideas?  Thanks.