Lines Matching refs:TextEdit
48 WillSaveWaitUntil(context.Context, *WillSaveTextDocumentParams) ([]TextEdit, error)
63 Formatting(context.Context, *DocumentFormattingParams) ([]TextEdit, error)
64 RangeFormatting(context.Context, *DocumentRangeFormattingParams) ([]TextEdit, error)
65 OnTypeFormatting(context.Context, *DocumentOnTypeFormattingParams) ([]TextEdit, error)
663 func (s *serverDispatcher) WillSaveWaitUntil(ctx context.Context, params *WillSaveTextDocumentParams) ([]TextEdit, error) {
664 var result []TextEdit
783 func (s *serverDispatcher) Formatting(ctx context.Context, params *DocumentFormattingParams) ([]TextEdit, error) {
784 var result []TextEdit
791 func (s *serverDispatcher) RangeFormatting(ctx context.Context, params *DocumentRangeFormattingParams) ([]TextEdit, error) {
792 var result []TextEdit
799 func (s *serverDispatcher) OnTypeFormatting(ctx context.Context, params *DocumentOnTypeFormattingParams) ([]TextEdit, error) {
800 var result []TextEdit