Additional completion entry details, available on demand
Additional completion entry details, available on demand
(code-actions completion-entry-details)
The associated code actions for this entry
Returns: CodeAction[] | undefined
The associated code actions for this entry **Returns:** `CodeAction[] | undefined`
(display-parts completion-entry-details)
Display parts of the symbol (similar to quick info).
Returns: SymbolDisplayPart[]
Display parts of the symbol (similar to quick info). **Returns:** `SymbolDisplayPart[]`
(documentation completion-entry-details)
Documentation strings for the symbol.
Returns: SymbolDisplayPart[] | undefined
Documentation strings for the symbol. **Returns:** `SymbolDisplayPart[] | undefined`
(kind completion-entry-details)
The symbol's kind (such as 'className' or 'parameterName').
Returns: ScriptElementKind
The symbol's kind (such as 'className' or 'parameterName'). **Returns:** `ScriptElementKind`
(kind-modifiers completion-entry-details)
Optional modifiers for the kind (such as 'public').
Returns: string
Optional modifiers for the kind (such as 'public'). **Returns:** `string`
(name completion-entry-details)
The symbol's name.
Returns: string
The symbol's name. **Returns:** `string`
(set-code-actions! completion-entry-details value)
The associated code actions for this entry
The associated code actions for this entry
(set-display-parts! completion-entry-details value)
Display parts of the symbol (similar to quick info).
Display parts of the symbol (similar to quick info).
(set-documentation! completion-entry-details value)
Documentation strings for the symbol.
Documentation strings for the symbol.
(set-kind! completion-entry-details value)
The symbol's kind (such as 'className' or 'parameterName').
The symbol's kind (such as 'className' or 'parameterName').
(set-kind-modifiers! completion-entry-details value)
Optional modifiers for the kind (such as 'public').
Optional modifiers for the kind (such as 'public').
(set-name! completion-entry-details value)
The symbol's name.
The symbol's name.
(set-source-display! completion-entry-details value)
Human-readable description of the source
from the CompletionEntry.
Human-readable description of the `source` from the CompletionEntry.
(set-tags! completion-entry-details value)
JSDoc tags for the symbol.
JSDoc tags for the symbol.
(source completion-entry-details)
Returns: SymbolDisplayPart[] | undefined
**Returns:** `SymbolDisplayPart[] | undefined`
(source-display completion-entry-details)
Human-readable description of the source
from the CompletionEntry.
Returns: SymbolDisplayPart[] | undefined
Human-readable description of the `source` from the CompletionEntry. **Returns:** `SymbolDisplayPart[] | undefined`
(tags completion-entry-details)
JSDoc tags for the symbol.
Returns: JSDocTagInfo[] | undefined
JSDoc tags for the symbol. **Returns:** `JSDocTagInfo[] | undefined`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close