-
Classes Class Description org.eclipse.lsp4j.MarkedString UseMarkupContentinstead.
-
Fields Field Description org.eclipse.lsp4j.InitializeErrorCode.unknownProtocolVersion This initialize error got replaced by client capabilities. There is no version handshake in version 3.0x
-
Constructors Constructor Description org.eclipse.lsp4j.DocumentOnTypeFormattingParams(Position, String) org.eclipse.lsp4j.DocumentRangeFormattingParams(Range) org.eclipse.lsp4j.FormattingOptions(int, boolean, Map<String, String>) See https://github.com/eclipse-lsp4j/lsp4j/issues/99org.eclipse.lsp4j.ReferenceParams(ReferenceContext) org.eclipse.lsp4j.SymbolInformation() org.eclipse.lsp4j.TextDocumentContentChangeEvent(Range, Integer, String) org.eclipse.lsp4j.VersionedTextDocumentIdentifier(Integer) org.eclipse.lsp4j.WorkspaceEditCapabilities(Boolean) because when this class first existed it didn't have any other fields. Now that this class has lots of fields, there is nothing special about this field and therefore using the setters is the recommended use case.