I’d like to show the parametrs signature of a method. I have manually inserted the methods in JsListMembers in the NeedCodeCompletion. I see the list of the method but if I choose one, then if I type “(” I dont see the parameter(s). Do I have to implement :
if (e.KeyChar == ‘(’ && e.CompletionType == Alternet.Syntax.CodeCompletionType.ParameterInfo)
? I thought that if I put the information in the member ParamText of the JsListMember obj I could retreive it when I type “(”.
thank you