lsp_completions
Get intelligent code completion suggestions at specific positions in source files to accelerate development and reduce typing errors.
Instructions
Get code completion suggestions at the given position.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the source file | |
| line | Yes | Line number (1-indexed) | |
| column | Yes | Column number (1-indexed) | |
| limit | No | Maximum number of suggestions |