Skip to main content

ProvideOnTypeFormatting

Function ProvideOnTypeFormatting 

Source
pub fn ProvideOnTypeFormatting(
    DocumentURI: Url,
    PositionDTO: PositionDTO,
    Character: String,
    OptionsDTO: Value,
) -> ActionEffect<Arc<dyn LanguageFeatureProviderRegistry>, CommonError, Option<Vec<TextEditDTO>>>
Expand description

Creates an effect that, when executed, will request on-type formatting edits.