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

Add inlay hints support #42089

Merged
merged 57 commits into from
Jun 25, 2021

Commits on Dec 23, 2020

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

Commits on Dec 24, 2020

  1. Configuration menu
    Copy the full SHA
    ab3c937 View commit details
    Browse the repository at this point in the history
  2. make lint

    Kingwl committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    d91b2f7 View commit details
    Browse the repository at this point in the history
  3. Fix tuple rest parameters

    Kingwl committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    8388add View commit details
    Browse the repository at this point in the history
  4. Adjust name styles

    Kingwl committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    1058fdd View commit details
    Browse the repository at this point in the history
  5. Rename to inline hints

    Kingwl committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    1517b1f View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2020

  1. Partition inline hints

    Kingwl committed Dec 25, 2020
    Configuration menu
    Copy the full SHA
    fd9b09f View commit details
    Browse the repository at this point in the history
  2. Adjust range pred

    Kingwl committed Dec 25, 2020
    Configuration menu
    Copy the full SHA
    23afce2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee6527e View commit details
    Browse the repository at this point in the history
  4. Support configure inline hints

    Kingwl committed Dec 25, 2020
    Configuration menu
    Copy the full SHA
    679b58d View commit details
    Browse the repository at this point in the history
  5. Display hints in single line

    Kingwl committed Dec 25, 2020
    Configuration menu
    Copy the full SHA
    446bee4 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2020

  1. Add test suits and tests

    Kingwl committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    d2fbd1e View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2020

  1. Add range tests

    Kingwl committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    c4abb87 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2020

  1. Support more hints

    Kingwl committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    a9e007a View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2020

  1. Add more options

    Kingwl committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    df62a11 View commit details
    Browse the repository at this point in the history
  2. Fix logical

    Kingwl committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    fce2619 View commit details
    Browse the repository at this point in the history
  3. Add more cases

    Kingwl committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    679f066 View commit details
    Browse the repository at this point in the history
  4. Support call chains

    Kingwl committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    eb4b4ad View commit details
    Browse the repository at this point in the history
  5. Rename options

    Kingwl committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    9297051 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2021

  1. Match lastest protocol

    Kingwl committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    467b5cd View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2021

  1. Update protocol changes

    Kingwl committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    e5ca31b View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2021

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

Commits on Jan 21, 2021

  1. Revert "Support context value and hover message"

    This reverts commit 37a7089.
    Kingwl committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    2ccfc98 View commit details
    Browse the repository at this point in the history
  2. Revert "Update protocol changes"

    This reverts commit e5ca31b.
    Kingwl committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    0e5f223 View commit details
    Browse the repository at this point in the history
  3. Add hover message

    Kingwl committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    7197d0d View commit details
    Browse the repository at this point in the history
  4. Accept baseline

    Kingwl committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    e785943 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. Update src/services/inlineHints.ts

    Co-authored-by: Daniel Rosenwasser <[email protected]>
    Kingwl and DanielRosenwasser authored Feb 4, 2021
    Configuration menu
    Copy the full SHA
    637c7f8 View commit details
    Browse the repository at this point in the history
  2. Update src/services/inlineHints.ts

    Co-authored-by: Daniel Rosenwasser <[email protected]>
    Kingwl and DanielRosenwasser authored Feb 4, 2021
    Configuration menu
    Copy the full SHA
    b3c3e7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7948cec View commit details
    Browse the repository at this point in the history
  4. Cache across the program

    Kingwl committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    a374417 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. Configuration menu
    Copy the full SHA
    7ac2a35 View commit details
    Browse the repository at this point in the history
  2. Fix possible undefined

    Kingwl committed May 7, 2021
    Configuration menu
    Copy the full SHA
    5767d7e View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. Update protocol changes

    Kingwl committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    d7d72d6 View commit details
    Browse the repository at this point in the history
  2. Fix missing property

    Kingwl committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    9306d72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5cab46f View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. Make lint happy

    Kingwl committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    2750c6b View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. Avoid call chain hints

    Kingwl committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    0090962 View commit details
    Browse the repository at this point in the history
  2. I'm bad

    Kingwl committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    f771afc View commit details
    Browse the repository at this point in the history
  3. Add whitespace before type

    Kingwl committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    67dcbb0 View commit details
    Browse the repository at this point in the history
  4. Add more tests

    Kingwl committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    957756c View commit details
    Browse the repository at this point in the history
  5. Should care about jsdoc

    Kingwl committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    db4135b View commit details
    Browse the repository at this point in the history
  6. Support complex rest parameter

    Kingwl committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    b74af7c View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. Avoid module symbol hints

    Kingwl committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    388cc6d View commit details
    Browse the repository at this point in the history
  2. Care about leading comments

    Kingwl committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    f5695a1 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. Fix CR issues

    Kingwl committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    6336803 View commit details
    Browse the repository at this point in the history
  2. Avoid changes

    Kingwl committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    09cdf37 View commit details
    Browse the repository at this point in the history
  3. Simplify comments contains

    Kingwl committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    71bae5e View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. Fix CR issues

    Kingwl committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    cba4dc3 View commit details
    Browse the repository at this point in the history
  2. Accept baseline

    Kingwl committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    0e8cdb6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc06dbc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e8fef30 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. Rename option

    Kingwl committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    d8dc8f1 View commit details
    Browse the repository at this point in the history
  2. Avoid makers

    Kingwl committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    52c9d5c View commit details
    Browse the repository at this point in the history
  3. Skip parens for argument

    Kingwl committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    7ce7a44 View commit details
    Browse the repository at this point in the history
  4. Fix CR issues

    Kingwl committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    24e1a4a View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. Fix enums

    Kingwl committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    6b279e7 View commit details
    Browse the repository at this point in the history
  2. Accept baseline

    Kingwl committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    8e9a8d8 View commit details
    Browse the repository at this point in the history