-
Notifications
You must be signed in to change notification settings - Fork 89
perf: adjust javadoc return content #932
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
base: main
Are you sure you want to change the base?
Conversation
before:after: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR refactors JavaDoc extraction functionality to provide richer context for LLM integration. The changes enhance how class, method, and field documentation is extracted and formatted, making it more suitable for AI code completion.
- Enhanced JavaDoc extraction to include class descriptions, deprecation warnings, and structured parameter/return information
- Refactored method implementations to eliminate code duplication (removed
extractJavaDocSummaryFromElementand created specialized implementations) - Improved code organization with new helper methods for text processing and sentence boundary detection
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
...xt/com.microsoft.jdtls.ext.core/src/com/microsoft/jdtls/ext/core/parser/ContextResolver.java
Outdated
Show resolved
Hide resolved
...xt/com.microsoft.jdtls.ext.core/src/com/microsoft/jdtls/ext/core/parser/ContextResolver.java
Outdated
Show resolved
Hide resolved
|
@wenytang-ms I've opened a new pull request, #933, to work on those changes. Once the pull request is ready, I'll request review from you. |
|
@wenytang-ms I've opened a new pull request, #934, to work on those changes. Once the pull request is ready, I'll request review from you. |
Add following content