Page 1 of 1

Auto-completion should observe the scope

Posted: Mon Feb 05, 2018 11:35 pm
by Sicro

Code: Select all

Define whatever

Procedure Test()
  
EndProcedure
When I write "wha" in the procedure, "whatever" appears in the auto-completion list.
It would be nice if the auto-completion list would display only the valid objects.