Parse the type of each function for the list of arguments and insert it into the auto completion list.
Functions with optional arguments are handled by inserting completions with less arguments into the auto completion list. Typing in a number choose the amount of arguments for the completion.
tern_argument_completion is the option to turn it on/off. By default it's false.
Parse the type of each function for the list of arguments and insert it into the auto completion list.
Functions with optional arguments are handled by inserting completions with less arguments into the auto completion list. Typing in a number choose the amount of arguments for the completion.
tern_argument_completion
is the option to turn it on/off. By default it's false.