/// <summary> /// Menu item command: Goto Type Declaration /// </summary> void GotoTypeDeclaration(object sender, EventArgs e) { ASComplete.TypeDeclarationLookup(ASContext.CurSciControl); }