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

Enable method signature completion for object literals #48168

Merged
merged 38 commits into from
Mar 30, 2022
Merged

Commits on Feb 23, 2022

  1. skeleton of new feature

    gabritto committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    41913b7 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. working prototype

    gabritto committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    d5038ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fca74c1 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

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

Commits on Mar 2, 2022

  1. have two completion entries

    gabritto committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    ef15f81 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. get rid of accessor support

    gabritto committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    1f26a52 View commit details
    Browse the repository at this point in the history
  2. add snippet support

    gabritto committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    1c28090 View commit details
    Browse the repository at this point in the history
  3. add formatting

    gabritto committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    e628590 View commit details
    Browse the repository at this point in the history
  4. add trailing comma

    gabritto committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    515fc73 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2022

  1. add sourcedisplay

    gabritto committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    0229a7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9892dc8 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

  1. Configuration menu
    Copy the full SHA
    8550bba View commit details
    Browse the repository at this point in the history
  2. cleanup

    gabritto committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    78c7d9e View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. Configuration menu
    Copy the full SHA
    1f67d97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c96290 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Configuration menu
    Copy the full SHA
    814561f View commit details
    Browse the repository at this point in the history
  2. get rid of flag

    gabritto committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    088904e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e63276 View commit details
    Browse the repository at this point in the history
  4. update baselines

    gabritto committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    474d9a9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5d05c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. remove comment

    gabritto committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    6914576 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. Configuration menu
    Copy the full SHA
    0e0ae05 View commit details
    Browse the repository at this point in the history
  2. only slice if needed

    gabritto committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    36eac73 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

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

Commits on Mar 21, 2022

  1. WIP: modify sort text system

    gabritto committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    7c9cbdb View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. Improve new sort text system

    gabritto committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    07c4fcf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b0d86d View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. Configuration menu
    Copy the full SHA
    b032aa5 View commit details
    Browse the repository at this point in the history
  2. re-add flag

    gabritto committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    08a55c3 View commit details
    Browse the repository at this point in the history
  3. fix tests

    gabritto committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    6ebe361 View commit details
    Browse the repository at this point in the history
  4. rename sort text helper

    gabritto committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    411bc18 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Configuration menu
    Copy the full SHA
    1ebdf3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5477408 View commit details
    Browse the repository at this point in the history
  3. fix spaces

    gabritto committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    af7de76 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. CR: minor fixes

    gabritto committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    1b884c4 View commit details
    Browse the repository at this point in the history
  2. CR: more fixes

    gabritto committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    3820f32 View commit details
    Browse the repository at this point in the history
  3. CR: restructure main flow

    gabritto committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    e7a51e6 View commit details
    Browse the repository at this point in the history
  4. minor fix

    gabritto committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    203aab0 View commit details
    Browse the repository at this point in the history