![]() |
|
Navigation |
Synopsis Completion datatype returned to the editor.
Types
data CompletionProposal = sourceProposal(str newText)
Usage
import util::ContentCompletion;
Description Completion proposals are passed on to the editor.
![]() |