Class DocumentLinkOptions
java.lang.Object
com.github._1c_syntax.bsl.languageserver.configuration.documentlink.DocumentLinkOptions
Корневой класс для настройки
DocumentLinkProvider
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
hashCode()
boolean
void
setShowDiagnosticDescription
(boolean showDiagnosticDescription) toString()
-
Constructor Details
-
DocumentLinkOptions
@ConstructorProperties("showDiagnosticDescription") public DocumentLinkOptions(boolean showDiagnosticDescription) -
DocumentLinkOptions
public DocumentLinkOptions()
-
-
Method Details
-
isShowDiagnosticDescription
public boolean isShowDiagnosticDescription() -
setShowDiagnosticDescription
public void setShowDiagnosticDescription(boolean showDiagnosticDescription) -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-