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

Fix #969 Add collecting of declarations in addition to definitions #970

Merged
merged 1 commit into from
Apr 17, 2024

Conversation

travkin79
Copy link
Contributor

Instead of collecting only definitions (and type definitions and implementations), I modified the code to also collect declarations for the command "open declaration" in LSP4E. For example, in C++, that makes a difference, since methods can be defined, e.g. in .cpp files and declared in .hpp files.

@rubenporras rubenporras self-requested a review April 17, 2024 12:05
Copy link
Contributor

@rubenporras rubenporras left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@travkin79
Copy link
Contributor Author

It seems, there is an OutOfMemoryError in the build run.

@rubenporras
Copy link
Contributor

I retriggered the job and it has ended normally.
Thanks for the PR!

@rubenporras rubenporras merged commit c6a49dd into eclipse-lsp4e:master Apr 17, 2024
2 checks passed
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

Successfully merging this pull request may close these issues.

2 participants