-
Notifications
You must be signed in to change notification settings - Fork 789
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
Signature Help for function applications #10518
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cartermp
force-pushed
the
sighelp-func-application
branch
from
November 23, 2020 20:05
713ddd6
to
5ece682
Compare
cartermp
commented
Nov 24, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeet
cartermp
changed the title
[WIP] Signature Help for function applications
Signature Help for function applications
Dec 1, 2020
Alright, this is ready for review subject to tests passing. |
KevinRansom
approved these changes
Dec 7, 2020
TIHan
approved these changes
Dec 9, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tests are amazing. Based on them, I feel confident with feature.
nosami
pushed a commit
to xamarin/visualfsharp
that referenced
this pull request
Feb 23, 2021
* Initial signature help support * begin refactor * more refactor, more use layout * test project update * Initial signature help support * begin refactor * more refactor, more use layout * test project update * fix tests * fix the damn merge * I hate git * surface and retrigger unecessary * Fix regression in typing identifiers for tupled calls * Refactor + support old behavior in methods * Support curried members * Fix test * Notes and refactor * Calculate argument indexes correctly * Support qualified applications and exclude operators * dive into func expr correctly now that we pick the end of the func range * uncomment out operator check * Add back weird test thing * handle pipelines and functions passed first-class * todo - pipelines * Finally, pipelines that work right! * Support triggering in the middle of files * clarifying comment * Don't dive into arg expressions on infix apps unless they contain the range * Move syntax tree stuff into service layer * Add tests * more tests * Update area * Finish tests for service layer * refactor * More integration tests * fix merge issue
nosami
pushed a commit
to xamarin/visualfsharp
that referenced
this pull request
Jan 26, 2022
* Initial signature help support * begin refactor * more refactor, more use layout * test project update * Initial signature help support * begin refactor * more refactor, more use layout * test project update * fix tests * fix the damn merge * I hate git * surface and retrigger unecessary * Fix regression in typing identifiers for tupled calls * Refactor + support old behavior in methods * Support curried members * Fix test * Notes and refactor * Calculate argument indexes correctly * Support qualified applications and exclude operators * dive into func expr correctly now that we pick the end of the func range * uncomment out operator check * Add back weird test thing * handle pipelines and functions passed first-class * todo - pipelines * Finally, pipelines that work right! * Support triggering in the middle of files * clarifying comment * Don't dive into arg expressions on infix apps unless they contain the range * Move syntax tree stuff into service layer * Add tests * more tests * Update area * Finish tests for service layer * refactor * More integration tests * fix merge issue
nosami
pushed a commit
to xamarin/visualfsharp
that referenced
this pull request
Jan 26, 2022
* Initial signature help support * begin refactor * more refactor, more use layout * test project update * Initial signature help support * begin refactor * more refactor, more use layout * test project update * fix tests * fix the damn merge * I hate git * surface and retrigger unecessary * Fix regression in typing identifiers for tupled calls * Refactor + support old behavior in methods * Support curried members * Fix test * Notes and refactor * Calculate argument indexes correctly * Support qualified applications and exclude operators * dive into func expr correctly now that we pick the end of the func range * uncomment out operator check * Add back weird test thing * handle pipelines and functions passed first-class * todo - pipelines * Finally, pipelines that work right! * Support triggering in the middle of files * clarifying comment * Don't dive into arg expressions on infix apps unless they contain the range * Move syntax tree stuff into service layer * Add tests * more tests * Update area * Finish tests for service layer * refactor * More integration tests * fix merge issue
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fixes #10302
Working checklist:
x |> id
)[1..10] |> List.map |
)f (g a b) 2
)M.f x
)