Interface ISignatureHelpProvider
Represents a method to get a list of method signatures.
public interface ISignatureHelpProvider
Methods
- GetItems(Document, int, SignatureHelpTriggerInfo, CancellationToken)
When implemented by a class, returns valid signature help items at the specified position in the document.