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. Creates markdown-formatted hover text showing type information, parameters, return types, and modifiers.
  • Constructor Details

    • SymbolHoverFormatter

      SymbolHoverFormatter()
  • Method Details