{ main() }")Called by GriddyCode upon input. Results are showed in the autocomplete feature.This must be provided by the Lua script. It must return an array of strings (i.e. ["main", "init"]). "line" and "column" are the position of the cursor when the autocomplete was requested...
It must return an array of strings (i.e. ["main", "init"]). "line" and "column" are the position of the cursor when the autocomplete was requested. detect_variables(content: String, line: int, column: int) -> Array[String] detect_variables("const test = 3;") Called by Griddy...