Visual Studio Code extension

Download the GoERP extension for VS Code:

Version Download link
v0.4.0 goerp-templates-0.4.0.vsix

Install the extension using the “Install from VSIX” command in the Extensions panel:

Install from VSIX… menu item in the Extensions panel Install from VSIX… menu item in the Extensions panel

In addition to that, download the local development build and place it into the project root folder.

Edit the configuration file (configuration.json) as instructed.

Development workflow with VS Code and local build

The extension adds two panels into VS Code, similar to the GoERP web editor:

  1. Templates shows a list of templates in the current application and lets you quickly switch between them.
  2. Template settings contains the “Publish settings”, “Modules”, “Whitelists”, “Url configuration”, “Form validation” and “Automation” tabs.

Templates tab Templates tab

Template settings tab Template settings tab

Start up the local build:

./automat serve

Edit and create templates, or use AI to generate/edit them. View the results locally.

Invoke the local build binary to upload the modified app to your Erply account:

./automat package-and-upload