The Wayback Machine - https://web.archive.org/web/20201106033846/https://github.com/microsoft/language-server-protocol/issues/605
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

Add support for Goto declaration #605

Closed
dbaeumer opened this issue Nov 19, 2018 · 1 comment
Closed

Add support for Goto declaration #605

dbaeumer opened this issue Nov 19, 2018 · 1 comment
Assignees
Milestone

Comments

@dbaeumer
Copy link
Member

@dbaeumer dbaeumer commented Nov 19, 2018

The protocol currently only supports Goto Definition requests. However there are languages (mainly C++/C) which has a clear distinction between a declaration and a definition of a symbol and the LSP should support this. The request is about adding GoTo declaration so that those language can have two distinct requests.

@dbaeumer
Copy link
Member Author

@dbaeumer dbaeumer commented Dec 13, 2018

Available in 3.14

@dbaeumer dbaeumer closed this Dec 13, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Jan 27, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.