codeql_complete
Retrieves code completions for CodeQL files at a specified position, returning a list of completion items with metadata to support writing QL code.
Instructions
Provides code completions at a specific position in a CodeQL file.
Args: file_uri: URI of the CodeQL file line: 0-based line number character: 0-based character position trigger_character: Character that triggered completion (optional) limit: Maximum number of completions to return (default: 50) offset: Offset for pagination (default: 0)
Returns: Dictionary with completion items and metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| line | Yes | ||
| limit | No | ||
| offset | No | ||
| file_uri | Yes | ||
| character | Yes | ||
| trigger_character | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||