Enum languageserver_types::request::OnTypeFormatting [] [src]

pub enum OnTypeFormatting {}

The document on type formatting request is sent from the client to the server to format parts of the document during typing.

Trait Implementations

impl Debug for OnTypeFormatting
[src]

[src]

Formats the value using the given formatter. Read more

impl Request for OnTypeFormatting
[src]

METHOD: &'static str = "textDocument/onTypeFormatting"

Auto Trait Implementations