In example code
Foo(1)
function FOO(a: int, b: int, c: int)
end
Typing comma after 1 does not show up the help popup with information about the argument.
Seems like there is bug as help actually shows up when typing dot character.
It appears that dot and comma are mixed there.