Skip to main content
Version: 25.4 (stable)

Extensions

Use the Extensions View to install one or multiple HELIO Extensions into your current project to enhance its built-in functionality with custom code.


Import an Extension

  1. Locate the Properties Panel and use the Add Extension button to import your extension.
  2. Either select the .js file that you have downloaded from a team member, or navigate to the Lib folder of your extension project to locate your own extension.
  3. Don't forget to save your project!

Update an Extension

Updating is just as simple:

  1. Locate your imported extension in the Properties Panel of the view.
  2. Click the Update button, select the corresponding .js file.
  3. Don't forget to save your project.
  4. Reload the HELIO IDE to ensure that the extension code has been properly updated.

Remove an Extension

To delete any extension from your :

  1. Locate your extension in the Properties Panel of the view.
  2. Click the Remove button.
  3. Don't forget to save your project.

Learn more with the following resources: