Class SymbolHoverFormatter

java.lang.Object
org.ek9lang.lsp.SymbolHoverFormatter
All Implemented Interfaces:
Function<Optional<ISymbol>, org.eclipse.lsp4j.Hover>

final class SymbolHoverFormatter extends Object implements Function<Optional<ISymbol>, org.eclipse.lsp4j.Hover>
Formats ISymbol information as hover content for the LSP. Delegates to SymbolFormatter for the actual formatting logic, then wraps the result in an LSP Hover object.
  • Constructor Details

    • SymbolHoverFormatter

      SymbolHoverFormatter()
  • Method Details