codeCompletionElement
Retrieve details behind a code completion proposal, including its type, documentation, and origin. Use after selecting a completion entry to understand its purpose and source.
Instructions
The details behind one completion proposal: its type, its documentation, where it comes from. Follows codeCompletion for the entry you want to know more about.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| line | Yes | ||
| column | Yes | ||
| source | Yes | ||
| sourceUrl | Yes |