Searched defs:DidChange (Results 1 – 8 of 8) sorted by relevance
31 DidChange(context.Context, *DidChangeTextDocumentParams) error methodSpec564 func (s *serverDispatcher) DidChange(ctx context.Context, params *DidChangeTextDocumentParams) erro… func
1047 bool DidChange = false; in splitLocation() local1139 bool DidChange = false; in splitRegister() local1153 bool DidChange = false; in splitRegister() local
1659 bool DidChange = false; in OptimizeBlock() local
143 func (s *server) DidChange(ctx context.Context, p *lsp.DidChangeTextDocumentParams) error { func