Hey, random thought that I think might be a simple add. It would be awesome if there were an ability to leave comments in UI builder. I’m thinking just a visual component that drops onto the page and lets you add text that is ignored by the compiler. Alternatively comments could be a right click option on any specific block that popup as a tooltip on hover.
Hi James,
There are a few ways you can handle it:
-
Add the
print
block, type in your comment, right-click theprint
block and selectDisable Block
:
It will end up looking like this:
-
Alternatively, you can right-click any component to add a comment for and select
Add Comment
". The block will get the question mark icon. Click it and add your comment:
Hope this helps.
Mark
1 Like
Oh cool, thank you! Not sure how I missed the right click functionality.