3P icon indicating copy to clipboard operation
3P copied to clipboard

Do not autocomplete after DEFINE VARIABLE

Open jcaillon opened this issue 6 years ago • 0 comments

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

jcaillon avatar Jan 16 '18 15:01 jcaillon