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

Parameter name hints #126

Open
wants to merge 28 commits into
base: net203
Choose a base branch
from

Commits on Apr 29, 2020

  1. Add parameter name hints

    saul committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    59d94b7 View commit details
    Browse the repository at this point in the history
  2. Resolve todo

    saul committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    e955162 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2020

  1. Configuration menu
    Copy the full SHA
    74dd7ec View commit details
    Browse the repository at this point in the history
  2. Fully support argument matching

    Now supports no args, curried args, single args, new expressions, attribute constructors and more
    saul committed May 3, 2020
    Configuration menu
    Copy the full SHA
    7ed9f73 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/net202' into net202-arg-matching

    # Conflicts:
    #	ReSharper.FSharp/src/FSharp.Psi.Features/src/Util/FSharpMethodInvocationUtil.fs
    saul committed May 3, 2020
    Configuration menu
    Copy the full SHA
    939e37f View commit details
    Browse the repository at this point in the history
  4. Fix issues post merge

    saul committed May 3, 2020
    Configuration menu
    Copy the full SHA
    0f07629 View commit details
    Browse the repository at this point in the history
  5. Add more tests

    Named arg error recovery is not yet working, hence the missing gold files
    saul committed May 3, 2020
    Configuration menu
    Copy the full SHA
    83ee9ea View commit details
    Browse the repository at this point in the history

Commits on May 4, 2020

  1. Markups

    saul committed May 4, 2020
    Configuration menu
    Copy the full SHA
    a28914b View commit details
    Browse the repository at this point in the history
  2. Cache arguments on tree nodes

    saul committed May 4, 2020
    Configuration menu
    Copy the full SHA
    c0a621a View commit details
    Browse the repository at this point in the history
  3. Named param recovery

    saul committed May 4, 2020
    Configuration menu
    Copy the full SHA
    f944fa5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3cba158 View commit details
    Browse the repository at this point in the history
  5. Revert "Cache matching parameter on FSharpExpressionBase"

    This reverts commit 3cba158.
    saul committed May 4, 2020
    Configuration menu
    Copy the full SHA
    4af1694 View commit details
    Browse the repository at this point in the history
  6. Moved tests

    saul committed May 4, 2020
    Configuration menu
    Copy the full SHA
    2818642 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ae476c2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b72b7e3 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2020

  1. Configuration menu
    Copy the full SHA
    e29d5fe View commit details
    Browse the repository at this point in the history
  2. Fix test compile error

    saul committed May 9, 2020
    Configuration menu
    Copy the full SHA
    08b7381 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3036f3 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2020

  1. Configuration menu
    Copy the full SHA
    bbe951a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'net202-arg-matching' into net202-parameter-name-hints

    # Conflicts:
    #	ReSharper.FSharp/src/FSharp.Psi.Features/src/Util/FSharpMethodInvocationUtil.fs
    saul committed May 12, 2020
    Configuration menu
    Copy the full SHA
    58a2eb8 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2020

  1. Fixup errors

    saul committed May 14, 2020
    Configuration menu
    Copy the full SHA
    35659e6 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2020

  1. Merge remote-tracking branch 'upstream/net202' into net202-parameter-…

    …name-hints
    
    # Conflicts:
    #	ReSharper.FSharp/src/FSharp.Psi.Features/src/Util/FSharpMethodInvocationUtil.fs
    #	ReSharper.FSharp/src/FSharp.Psi/src/Impl/FSharpArgumentsOwnerUtil.cs
    #	ReSharper.FSharp/src/FSharp.Psi/src/Impl/Tree/Attribute.cs
    #	ReSharper.FSharp/src/FSharp.Psi/src/Impl/Tree/PrefixAppExpr.cs
    #	ReSharper.FSharp/test/src/FSharp.Tests/Service/ArgumentsOwnerTest.fs
    saul committed May 17, 2020
    Configuration menu
    Copy the full SHA
    1cf54fb View commit details
    Browse the repository at this point in the history
  2. Update tests

    saul committed May 17, 2020
    Configuration menu
    Copy the full SHA
    314e589 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2020

  1. Merge remote-tracking branch 'upstream/net202' into net202-parameter-…

    …name-hints
    
    # Conflicts:
    #	ReSharper.FSharp/test/src/FSharp.Tests/FSharp.Tests.fsproj
    saul committed May 20, 2020
    Configuration menu
    Copy the full SHA
    c1a7657 View commit details
    Browse the repository at this point in the history
  2. Move test files

    saul committed May 20, 2020
    Configuration menu
    Copy the full SHA
    f7a7c0a View commit details
    Browse the repository at this point in the history

Commits on May 22, 2020

  1. Add more tests

    saul committed May 22, 2020
    Configuration menu
    Copy the full SHA
    e45dd50 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2020

  1. Merge remote-tracking branch 'upstream/net203' into net202-parameter-…

    …name-hints
    
    # Conflicts:
    #	ReSharper.FSharp/src/FSharp.Common/src/Util/FSharpPredefinedType.fs
    saul committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    8f26d72 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2020

  1. Bring up to date

    saul committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    2c34101 View commit details
    Browse the repository at this point in the history