Skip to content

Instantly share code, notes, and snippets.

@mmontone
Last active March 28, 2022 02:41
Show Gist options
  • Save mmontone/7f953ec0008dddee3a98a1056e089156 to your computer and use it in GitHub Desktop.
Save mmontone/7f953ec0008dddee3a98a1056e089156 to your computer and use it in GitHub Desktop.
Helios Quick Guide

Quick guide to Helios

Introduction

Helios is an [Amber Smalltalk] IDE.

Usage

  • Select action - Use Ctrl+Space to open the actions popup. imagen
  • Autocompletion - Use Shift+Space for Smalltalk code autocompletion. imagen
  • Browse to method in list - When in find references panels, use Ctrl+Space b to browse to selected method.
  • Find references from source code - Use Ctrl+Left mouse click in source code panels, point to method call and go to its definition or references to it.

Source code management

  • Create or change classes and methods.
  • Use Ctrl+s to save your changes.
  • Use Ctrl+Space k to commit your changes to the package (your changes will persist after you close Amber now). That serializes the package to .js and .st files.
  • Commit those files/changes to your source control repository (i.e. git).
@mmontone
Copy link
Author

imagen

@mmontone
Copy link
Author

imagen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment