Helios is an [Amber Smalltalk] IDE.
- Select action - Use
Ctrl+Spaceto open the actions popup.
- Autocompletion - Use
Shift+Spacefor Smalltalk code autocompletion.
- Browse to method in list - When in find references panels, use
Ctrl+Space bto browse to selected method. - Find references from source code - Use
Ctrl+Left mouse clickin source code panels, point to method call and go to its definition or references to it.
- Create or change classes and methods.
- Use
Ctrl+sto save your changes. - Use
Ctrl+Space kto commit your changes to the package (your changes will persist after you close Amber now). That serializes the package to.jsand.stfiles. - Commit those files/changes to your source control repository (i.e. git).