Skip to main content

Module completion

Module completion 

Source
Expand description

LSP completion for code suggestions.

Structs§

CompletionContext
Context for completion
CompletionItem
A single completion suggestion.
CompletionProvider
Completion provider

Enums§

CompletionItemKind
Type of completion item.

Functions§

get_dbi_method_documentation
Look up DBI method documentation by receiver hint and method name.
get_test_more_documentation
Return (signature, description) for a Test::More function, or None if unknown.