Additional elements which are supported by πBasic IDE but not supported by the Basic Stamp Editor®
You don't need a Basic Stamp 1® to run a program (That's obvious - we're talking about an emulator).You can automatically format your code (Options->Indent
or CTRL+F
)
You can extend the console of the standard run with a live-view of the EEPROM of the simulated controller (Options->Monitored Run
or CTRL+M
)
You can comment/uncomment a selection of the code (Options->Comment/Uncomment
or CTRL+SHIFT+C/U
)
You can use the content assistance (Options->Content Assist
or CTRL+SPACE
)