MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / hoverTooltips

Function hoverTooltips

src/cm/lsp/tooltipExtensions.ts:810–818  ·  view source on GitHub ↗
(config: { hoverTime?: number } = {})

Source from the content-addressed store, hash-verified

808];
809
810export function hoverTooltips(config: { hoverTime?: number } = {}): Extension {
811 return [
812 hoverTooltip(lspTooltipSource, {
813 hideOnChange: true,
814 hoverTime: config.hoverTime,
815 }),
816 closeHoverOnInteraction,
817 ];
818}
819
820export function signatureHelp(config: { keymap?: boolean } = {}): Extension {
821 return [

Callers 1

buildBuiltinExtensionsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected