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

documentSymbols to work for Java files that are not resources #2823

Merged

Conversation

mickaelistria
Copy link
Contributor

The makes that the documentSymbols (and probably some other requests) capable of processing files that are not imported in any way in the workspace.
It consists of mainly

  • Adding capability to create an ICompilationUnit for those files
  • Adding extra-logic to resolve an URI for ICompilationUnit that are not backed by an IFile.

Fixes #2809

The makes that the documentSymbols (and probably some other requests)
capable of processing files that are not imported in any way in the
workspace.
It consists of mainly
* Adding capability to create an ICompilationUnit for those files
* Adding extra-logic to resolve an URI for ICompilationUnit that are not
backed by an IFile.

Fixes eclipse-jdtls#2809
@mickaelistria
Copy link
Contributor Author

Anything I can do here to facilitate the review/merge duty?

@snjeza snjeza merged commit 2f3f584 into eclipse-jdtls:master Sep 26, 2023
@mickaelistria
Copy link
Contributor Author

Thank you!

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.

Return outline/documentSymbols even for .java files that are not in a Java project
2 participants