rl-language-service

Get code segment information

Get the symbol, reference, and diagnostic information for a given code segment in a file at a given depth

post/v1/devboxes/{id}/lsp/get-code-segment-info

Path parameters

idstring required

The id of the devbox.

Request body

symbolType'function' | 'variable' | 'class' | 'interface' | 'type'
uristring required
symbolNamestring required

Response

The symbol information, file URI, references, and diagnostics for the code segment, signatrue, and hover information

uristring required

Changes