Utilities for Oracle JET VDOM (Preact) projectsWhen migrating from an MVVM project or component to VDOM and tsx, you need to convert the HTML attribute syntax to properties. While this is a pretty simple task, it can become tedious if the attribute is rather long. This extension will provide various utilities to help with the migration from MVVM based code syntax or samples to TSX/Preact syntax. The initial utility will convert any attribute that you select in the editor to use the proper camelCase style of a property. Features
How to useConvert AttributeSelect any attribute that does not start with The menu option will only be available if you have some text selected Convert ElementSelect the full custom element from opening tag to closing tag. Right-click the mouse and select
ExamplesAttribute conversion
Custom element conversion from this
to this
RequirementsAny Oracle JET VDOM (Preact) based application or VComponent. Known Issues
|