3P
3P copied to clipboard
Do not autocomplete after DEFINE VARIABLE
Description of the Issue
Write code to declare a new variable.
DEFINE VAR x
The auto completion triggers at x; however, we know that this word will be unknown because it is a new name. The user has to close the auto completion otherwise the first suggestion will replace the "x". The auto completion should not be activated after a DEFINE VARIABLE