[X] I have searched for similar issues before opening a new one.
Problem
Being able to convert from code to blocks is important for many reasons:
Letting people slowly get used to working in text by letting them convert back and forth.
LLMs are generally better at generating text-based code than Blockly save state because they have more data to train on. Converting from code to blocks makes it easier to get blocks out of an LLM.
Request
Make it possible to convert from code to blocks.
Alternatives considered
No response
Additional context
There are several examples of people doing this in the wild already, which makes it a good candidate for pulling into the core library:
Check for duplicates
Problem
Being able to convert from code to blocks is important for many reasons:
Request
Make it possible to convert from code to blocks.
Alternatives considered
No response
Additional context
There are several examples of people doing this in the wild already, which makes it a good candidate for pulling into the core library: