Custom widgets within Create

I have a couple of widgets that I have built using LCB within (classic) Livecode. Is there any way that I can build/load these widgets so that they are added to the ‘Livecode widgets’ set within the Create IDE?

User widgets are still loaded in Native so you’d be able to create using create widget as <kind>

You can also load the LCB widget module in script - but that won’t tie it up to the IDE UI just yet - (load extension <path-to-lcb-file>)

Ali also thinks:
command revIDEExtensionInstall pPackageLocation
Might work if there’s a .lce file