C# Class Microsoft.R.Editor.Signatures.SignatureHelper

Mostrar archivo Open project: Microsoft/RTVS

Public Methods

Method Description
IsSameSignatureContext ( ITextView textView, ITextBuffer subjectBuffer, ISignatureHelpBroker signatureBroker ) : bool

Determines if current caret position is in the same function argument list as before or is it a different one and signature help session should be dismissed and re-triggered. This is helpful when user types nested function calls such as 'a(b(c(...), d(...)))'

Method Details

IsSameSignatureContext() public static method

Determines if current caret position is in the same function argument list as before or is it a different one and signature help session should be dismissed and re-triggered. This is helpful when user types nested function calls such as 'a(b(c(...), d(...)))'
public static IsSameSignatureContext ( ITextView textView, ITextBuffer subjectBuffer, ISignatureHelpBroker signatureBroker ) : bool
textView ITextView
subjectBuffer ITextBuffer
signatureBroker ISignatureHelpBroker
return bool