get_completions
Generate code completion suggestions at specific positions in documents using Language Server Protocol, enhancing coding efficiency with accurate, context-aware recommendations.
Instructions
Get completion suggestions for a position in a document using Language Server Protocol
Input Schema
Name | Required | Description | Default |
---|---|---|---|
character | Yes | Zero-based character offset for completion position | |
content | Yes | The current content of the file | |
filePath | Yes | Absolute or relative path to the source file | |
languageId | Yes | The language identifier (e.g., 'typescript', 'javascript') | |
line | Yes | Zero-based line number for completion position | |
projectRoot | No | Root directory of the project for resolving imports and node_modules |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from MCP Package Docs Server
Related Tools
- @alexwohletz/language-server-mcp
- @mario-andreschak/mcp-abap-abap-adt-api
- @mario-andreschak/mcp-abap-abap-adt-api
- @sammcj/mcp-package-docs
- @ngeojiajun/mcp-code-snippets