Class DocumentOnTypeFormattingParams


  • public class DocumentOnTypeFormattingParams
    extends TextDocumentPositionParams
    The document on type formatting request is sent from the client to the server to format parts of the document during typing.
    • Constructor Detail

      • DocumentOnTypeFormattingParams

        public DocumentOnTypeFormattingParams()
      • DocumentOnTypeFormattingParams

        @Deprecated
        public DocumentOnTypeFormattingParams​(Position position,
                                              java.lang.String ch)
        Deprecated.