Auto-completion in intaQt Studio ¶
Auto-completion is available for:
-
Functions and models
-
Reactors
-
UI Steps view actions (including action keywords)
-
UI Steps elements elements (including visibility modifiers)
-
Declarations (including parameters and loops)
-
Built-in steps
-
Custom steps
-
Extractors
-
Configurations
-
Verification
rules
files (includingExecutionContextObject
names)
Typing text generates up a list of available items, depending on the file type being worked in (Feature File, UI Steps, or Steps). Using the tab
or return
button selects an item from the list:
Depending on what part of the syntax is being accessed, a description of the syntax (such as Built-in step
or Custom Step
) will be displayed to the right.
Additionally, auto-completion is available for "quotes": If one quotation mark "
is typed, the corresponding closing quotation mark is added automatically, appearing as ""
.
Functions and Models¶
A blinking cursor and exclamation mark indicates that the func
or model
has not been named.
After naming (and assigning any necessary function parameters), the error notification will no longer appear:
Globally Available Functions¶
Reactors¶
UI Steps Views¶
UI Steps View Actions and Elements¶
Declarations in Local Scope¶
Parameters¶
Variable Declarations¶
Loop Iterations¶
Feature Files¶
In Feature Files, the auto-completion list shows whether a step is built-in or custom. Steps that contain parameters will have these indicated by curly brackets ({}
).
After selecting a step with parameters, ...
will appear as placeholders for the variables, which need to be filled in.
The tab
key can be used to proceed from one variable to the next.
Extractors¶
Configuration Files¶
Upon opening or creating a .conf
file within intaQt Studio, typing text generates a list of all configurations recognized by intaQt.
Typing ctrl
+ space
brings up the list of all available fields at a given level for the configuration.