getSemanticTokens
Retrieves semantic token types and modifiers for a code file from the language server, with optional line range and token limit.
Instructions
Semantic token types and modifiers for a file from the language server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Workspace or absolute path | |
| startLine | No | First line to include (1-based, optional) | |
| endLine | No | Last line to include (1-based, inclusive, optional) | |
| maxTokens | No | Max tokens to return (default: 2000, max: 5000) |