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

Completion for Javadoc tags #949

Conversation

datho7561
Copy link

@datho7561 datho7561 commented Nov 14, 2024

  • Both block and inline tags
  • Take into account which ones are applicable to the declaration being
    Javadocumented

Fixes #948

@datho7561
Copy link
Author

datho7561 commented Nov 14, 2024

locally reporting 21 new passes and 1 new failure (failure is related to filtering tags based on what's being documented)

locally reporting 27 new passes, no new failures

- Both block and inline tags
- Take into account which ones are applicable to the declaration being
  Javadocumented

Fixes eclipse-jdt#948

Signed-off-by: David Thompson <[email protected]>
@datho7561 datho7561 force-pushed the dom-with-javac-complete-javadoc-tag branch from 0fdcb22 to fff29f4 Compare November 15, 2024 20:38
@datho7561 datho7561 marked this pull request as ready for review November 15, 2024 20:44
@datho7561 datho7561 merged commit 5e4052c into eclipse-jdtls:dom-with-javac Nov 15, 2024
4 of 5 checks passed
@datho7561 datho7561 deleted the dom-with-javac-complete-javadoc-tag branch November 15, 2024 21:29
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.

Completion for @| in Javadoc
1 participant