ts-ls

Get the definition of symbols in a file

Get the definition of a symbol at a given position in a file https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_definition

post/v1/devboxes/{id}/lsp/file-definition

Path parameters

idstring required

The id of the devbox.

Request body

characternumber double required
linenumber double required
uristring required

Response

The definition of the symbol at the given position

uristring required

Changes