Class DescriptionFormatter
java.lang.Object
com.github._1c_syntax.bsl.languageserver.hover.DescriptionFormatter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddSectionIfNotEmpty(StringJoiner markupBuilder, String newContent) getCallOptionsSection(MethodSymbol methodSymbol) getExamplesSection(MethodSymbol methodSymbol) getLocation(MethodSymbol symbol) getLocation(VariableSymbol symbol) getParametersSection(MethodSymbol methodSymbol) getParametersSignatureDescription(MethodSymbol methodSymbol) getPurposeSection(MethodSymbol methodSymbol) getReturnedValueSection(MethodSymbol methodSymbol) getSectionWithCodeFences(Collection<String> codeBlocks, String resourceKey) getSignature(AnnotationSymbol symbol, MethodSymbol methodSymbol) getSignature(MethodSymbol methodSymbol) getSignature(VariableSymbol symbol) parameterToString(ParameterDescription parameterDescription, int level) parameterToString(ParameterDefinition parameterDefinition)
-
Constructor Details
-
DescriptionFormatter
-
-
Method Details
-
addSectionIfNotEmpty
-
getPurposeSection
-
getParametersSection
-
getReturnedValueSection
-
getExamplesSection
-
getCallOptionsSection
-
getSectionWithCodeFences
-
getLocation
-
getLocation
-
getSignature
-
getSignature
-
getSignature
-
getParametersSignatureDescription
-
parameterToString
-
parameterToString
-