Adding Custom Code Viewer/Editor within SquareLine Studio

What do you want to achieve?

It would be very helpful if auto generated code can be viewed and custom code can be added/edited within SLS. It should have auto complete feature for lvgl functions. The custom code should be a part of the simulation as well.

Do you see alternative options and workaround to achieve it?

I see this feature in NXP GUI Guider and seems to be very useful for custom coding but it lacks auto complete feature for calling lvgl functions.

Mention some use cases

In some cases custom code is required like when a tab page is clicked in a tabview. If this custom code can be viewed/added from within SLS it can improve embedded software developer’s productivity.

There are no plans for an interactive/simulated code-editor in SquareLine Studio. But you can still add your custom functions with the CALL_FUNCTION action (in an event).