Skip to content

Use bulk mode in class name completion#83

Merged
bobbylight merged 1 commit into
masterfrom
bulk-mode-in-class-name-completion
Jun 19, 2025
Merged

Use bulk mode in class name completion#83
bobbylight merged 1 commit into
masterfrom
bulk-mode-in-class-name-completion

Conversation

@bobbylight
Copy link
Copy Markdown
Owner

@bobbylight bobbylight commented Jun 19, 2025

Replacement for long-abandoned #42. This is coming in way too late. Kudos to @derSascha for the fix!

This updates JarLibraryInfo to use the bulk API when getting completion suggestions for Java class names. This in turn is much faster the first time this action is performed, since we'll open the Jar for reading just once to fetch all matching classes, not n times.

@bobbylight bobbylight force-pushed the bulk-mode-in-class-name-completion branch from 24ef74e to 58b477f Compare June 19, 2025 20:46
@bobbylight bobbylight added this to the 3.4.0 milestone Jun 19, 2025
@bobbylight bobbylight self-assigned this Jun 19, 2025
@bobbylight bobbylight merged commit b40dfb4 into master Jun 19, 2025
5 checks passed
@bobbylight bobbylight deleted the bulk-mode-in-class-name-completion branch June 19, 2025 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant