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
Labels
feature-request Request for new features or functionality

Comments

@dbaeumer
Copy link
Member

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

Available in 3.14

@vscodebot vscodebot bot locked and limited conversation to collaborators Jan 27, 2019
@dbaeumer dbaeumer removed this from the On Deck milestone Nov 2, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

1 participant