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

Do not display duplicate completions. As well as checking that the av… #503

Merged
merged 4 commits into from
Oct 30, 2018
Merged

Do not display duplicate completions. As well as checking that the av… #503

merged 4 commits into from
Oct 30, 2018

Commits on Oct 26, 2018

  1. Do not display duplicate completions. As well as checking that the av…

    …ailability of the candidate is in the user's allowed availability filtered list - only add the element if it is unique. The current key used is a tuple of typed-text, annotation and return type.
    3246251196 committed Oct 26, 2018
    Configuration menu
    Copy the full SHA
    76990e9 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2018

  1. Configuration menu
    Copy the full SHA
    e801498 View commit details
    Browse the repository at this point in the history
  2. Optimization.

    3246251196 committed Oct 29, 2018
    Configuration menu
    Copy the full SHA
    110975c View commit details
    Browse the repository at this point in the history
  3. Only filter duplicate candidates if the option is set. This commit al…

    …so adds the customizable option
    3246251196 committed Oct 29, 2018
    Configuration menu
    Copy the full SHA
    02f7379 View commit details
    Browse the repository at this point in the history