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

Only do context sensitive import rewrite when resolving completion items #2453

Merged
merged 2 commits into from
Feb 15, 2023

Commits on Feb 10, 2023

  1. Only do context sensitive import rewrite when resolving completion items

    - fix the performance downgrade introduced by eclipse-jdtls#2232.
      With that change, triggering completion via keyboard shortcut will take a long time.
      Now with the change, it will only do context sensitive import rewrite when resolving
      completion items.
    
    Signed-off-by: Sheng Chen <[email protected]>
    jdneo committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    f9988d4 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Address comments

    Signed-off-by: sheche <[email protected]>
    jdneo committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    84bf703 View commit details
    Browse the repository at this point in the history