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

SignatureHelp: guess best overload for incomplete invocations #31843

Merged
merged 44 commits into from
Feb 2, 2022

Commits on Dec 16, 2018

  1. Configuration menu
    Copy the full SHA
    45bf238 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2018

  1. Address feedback from Cyrus

    jcouv committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    92f936c View commit details
    Browse the repository at this point in the history
  2. static

    jcouv committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    d35b22e View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2018

  1. Configuration menu
    Copy the full SHA
    7355a97 View commit details
    Browse the repository at this point in the history
  2. Separate argument mapping logic

    jcouv committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    6ed75ee View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2019

  1. Address feedback from Sam

    jcouv committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    1aba0c0 View commit details
    Browse the repository at this point in the history
  2. Address PR feedback

    jcouv committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    ed82ae7 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2021

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

Commits on Dec 29, 2021

  1. First test passing

    jcouv committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    241689f View commit details
    Browse the repository at this point in the history
  2. Fix a few tests

    jcouv committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    9ae8ab1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0c6309 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ef428f View commit details
    Browse the repository at this point in the history
  5. tweak

    jcouv committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    1414d55 View commit details
    Browse the repository at this point in the history
  6. Fix object creation scenarios

    jcouv committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    1d59979 View commit details
    Browse the repository at this point in the history
  7. cleanup

    jcouv committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    3eae77a View commit details
    Browse the repository at this point in the history
  8. Implicit conversion

    jcouv committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    a632134 View commit details
    Browse the repository at this point in the history
  9. Address feedback

    jcouv committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    6a3267c View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2021

  1. Fix command handler testss

    jcouv committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    bccb191 View commit details
    Browse the repository at this point in the history
  2. nullability

    jcouv committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    e68f591 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7a8282 View commit details
    Browse the repository at this point in the history
  4. cleanup

    jcouv committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    5ca9b53 View commit details
    Browse the repository at this point in the history
  5. loc

    jcouv committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    387c9b2 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2022

  1. Refactor local functions

    jcouv committed Jan 2, 2022
    Configuration menu
    Copy the full SHA
    21a844b View commit details
    Browse the repository at this point in the history
  2. more refactoring

    jcouv committed Jan 2, 2022
    Configuration menu
    Copy the full SHA
    fc8f6f2 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

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

Commits on Jan 15, 2022

  1. Address feedback

    jcouv committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    046528c View commit details
    Browse the repository at this point in the history
  2. Use a dedicated type

    jcouv committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    c27dbf9 View commit details
    Browse the repository at this point in the history
  3. SymbolInfo

    jcouv committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    b07da7d View commit details
    Browse the repository at this point in the history
  4. ArrayBuilder

    jcouv committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    6640dee View commit details
    Browse the repository at this point in the history
  5. fix Free and clean up

    jcouv committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    ef80a01 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. Configuration menu
    Copy the full SHA
    2013523 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e497057 View commit details
    Browse the repository at this point in the history
  3. Fix bug and split delegate case

    jcouv committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    3fb1090 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

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

Commits on Jan 27, 2022

  1. Address feedback

    jcouv committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    bc8c3a7 View commit details
    Browse the repository at this point in the history
  2. Extract

    jcouv committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    e615236 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d291bf View commit details
    Browse the repository at this point in the history
  4. correctness leg

    jcouv committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    e08b365 View commit details
    Browse the repository at this point in the history
  5. Remove assertion

    jcouv committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    289c13f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b89b759 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. Fix TabTab scenario interaction

    jcouv committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    b01f595 View commit details
    Browse the repository at this point in the history
  2. Formatting

    jcouv committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    4ac1f32 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2022

  1. factor into helper

    jcouv committed Jan 29, 2022
    Configuration menu
    Copy the full SHA
    6435fe0 View commit details
    Browse the repository at this point in the history