Posted 14 November 2015 - 06:16 PM
When i have this code in the edit program:
I would like to have an autocompletion for all three Variables. Not only for the second one, if i ran the program once.
It would be possible to match tLines with a variable-declaration-pattern and add it to tCompletions.
local variableA
variableB = 2
local varC = "hI"
var_
(The last character is the cursor)I would like to have an autocompletion for all three Variables. Not only for the second one, if i ran the program once.
It would be possible to match tLines with a variable-declaration-pattern and add it to tCompletions.