Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel

Table of Contents
maxLevel3

Introduction

On this page, we will cover the following:

...

It is assumed the CodeCompletionDemo Extension has already been pushed to the Controller.

1 - Showing the code completion for the fields parameter in extension_start

The CodeCompletionDemo Extension already has a few fields which are ready to be used:

...

Cycling through the fields reveals additional information such as Field Label, Field Type, Hint, Dependent Fields etc.

2 - Adding a new credential field and showing the updated code completion menu

The code completion logic is responsive to changes in template.json. To show this, first add a new credential field on the Controller side as shown below:

...