Print a CompletionItem for debugging.
Declared in <llvm/Support/LSP/Protocol.h>
raw_ostream&
operator<<(
raw_ostream& os,
CompletionItem const& value);
The stream os.
| Name | Description |
|---|---|
| os | Stream to write to. |
| value | Completion item to print. |