Does anyone know if you can do something similar within the same class? i.e. When calling a function from within the same class you can type ( or , and that tooltip pops up with the parameter list. Is there anyway to get that summary info to display in there? The tooltip might show " int MyFunction(int,int) ". I guess I'm looking to see something like " int MyFunction(int MaxValue,int MinValue) ". Thanks.