View source
class DocumentOnTypeFormattingRequest
package languageServerProtocol.protocol
import languageServerProtocol.protocol.Protocol
A request to format a document on type.
A request to format a document on type.
staticfinalinlineread onlytype:ProtocolRequestType<DocumentOnTypeFormattingParams, Null<Array<TextEdit>>, Never, NoData, DocumentOnTypeFormattingRegistrationOptions> = new ProtocolRequestType<DocumentOnTypeFormattingParams,Null<Array<TextEdit>>,Never,NoData,DocumentOnTypeFormattingRegistrationOptions>("textDocument/onTypeFormatting")