ts-ls

Get references

Get references for a given symbol. This method calls the getReferences method of the LanguageService class, which in turn communicates with the TypeScript language server to retrieve references for a given symbol in the document. https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_references

post/v1/devboxes/{id}/lsp/references

Path parameters

idstring required

The id of the devbox.

Request body

characternumber double required
linenumber double required
uristring required

Response

A list of references.

uristring required

Changes