Documentation
¶
Index ¶
- type Provider
- func (p *Provider) Diagnostic(ctx provider.DiagnosticContext)
- func (p *Provider) Hover(ctx provider.HoverContext)
- func (p *Provider) Init(ctx provider.InitContext)
- func (p *Provider) Register(manager *provider.Manager)
- func (p *Provider) ResolveCompletion(ctx provider.CompletionContext)
- func (p *Provider) ResolveDefinition(ctx provider.DefinitionContext)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct {
// contains filtered or unexported fields
}
func NewProvider ¶
func NewProvider() *Provider
func (*Provider) Diagnostic ¶
func (p *Provider) Diagnostic(ctx provider.DiagnosticContext)
func (*Provider) Hover ¶
func (p *Provider) Hover(ctx provider.HoverContext)
func (*Provider) Init ¶
func (p *Provider) Init(ctx provider.InitContext)
func (*Provider) ResolveCompletion ¶
func (p *Provider) ResolveCompletion(ctx provider.CompletionContext)
func (*Provider) ResolveDefinition ¶
func (p *Provider) ResolveDefinition(ctx provider.DefinitionContext)
Click to show internal directories.
Click to hide internal directories.