Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Goto Definition #22

Closed
robertoaloi opened this issue Jul 14, 2019 · 0 comments
Closed

Goto Definition #22

robertoaloi opened this issue Jul 14, 2019 · 0 comments

Comments

@robertoaloi
Copy link
Member

The go to definition request is sent from the client to the server to resolve the definition location of a symbol at a given text document position. The result type LocationLink[] depends in the corresponding client capability clientCapabilities.textDocument.definition.linkSupport.

Request:

  • method: textDocument/definition
  • params: TextDocumentPositionParams

Response:

  • result: Location | Location[] | LocationLink[] | null
  • error: code and message set in case an exception happens during the definition request.

Registration Options: TextDocumentRegistrationOptions

robertoaloi added a commit that referenced this issue Jul 14, 2019
robertoaloi added a commit that referenced this issue Jul 16, 2019
robertoaloi added a commit that referenced this issue Jul 16, 2019
robertoaloi added a commit that referenced this issue Jul 16, 2019
robertoaloi added a commit that referenced this issue Jul 17, 2019
robertoaloi added a commit that referenced this issue Jul 18, 2019
robertoaloi added a commit that referenced this issue Jul 22, 2019
robertoaloi added a commit that referenced this issue Jul 22, 2019
robertoaloi added a commit that referenced this issue Jul 22, 2019
robertoaloi added a commit that referenced this issue Jul 22, 2019
robertoaloi added a commit that referenced this issue Jul 30, 2019
robertoaloi added a commit that referenced this issue Jul 30, 2019
robertoaloi added a commit that referenced this issue Jul 30, 2019
robertoaloi added a commit that referenced this issue Jul 30, 2019
robertoaloi added a commit that referenced this issue Jul 30, 2019
robertoaloi added a commit that referenced this issue Aug 1, 2019
robertoaloi added a commit that referenced this issue Aug 1, 2019
robertoaloi added a commit that referenced this issue Aug 1, 2019
robertoaloi added a commit that referenced this issue Aug 1, 2019
robertoaloi added a commit that referenced this issue Aug 5, 2019
robertoaloi added a commit that referenced this issue Aug 5, 2019
robertoaloi added a commit that referenced this issue Aug 6, 2019
robertoaloi added a commit that referenced this issue Aug 6, 2019
robertoaloi added a commit that referenced this issue Aug 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant