When starting to write a function name in the Lua Console it would be nice if it was possible to get intelisence for what methods are available to call in Lua. This can be done by simply calling some standard "getGlobalFunctions" function when the connection is made. This function would simply return all available function to the console. Using these functions use some build in auto completion support in win-forms.