do you mean when generating React/Roact snippets? if so, yes. React ignores the Name property, so it’s intentionally omitted from the generated props table
To enable JSX in Codify, head to the [ Settings ] tab, scroll to the [ Experimental ] section towards the bottom and check the [ TypeScript JSX ] checkbox. You’ll now see an option for “TypeScript JSX” inside the framework dropdown, and related settings when switching to the JSX framework.
Now generally available.
Bear in mind that this is currently an experimental feature and you should expect bugs.
I might be a little late to this; but I LOVE this plugin. I just realized it was free on Itch, took a copy, and is it a game changer. If it wasn’t for this, I wouldn’t have been able to port my package to wally.
This is a small patch to JSX-generation (TypeScript). See details below:
Arrays in ColorSequence and NumberSequence are now correctly generated with square brackets [] instead of curly braces {}.
Added a toggle to format the JSX “Key” prop as lowercase (ex: key={"..."}). You can find this under the “Generation” section of the settings page with the JSX framework selected.
See the release announcement for v2.4.1 to learn how to enable TypeScript codegen.
I appreciate that you did a great job at the plugin, but I have a suggestion, when using Fusion or React [Roact], It would always put return first, Can there be an option to remove the return as the first keyword?