Skip to content

Commit 9e5bac2

Browse files
authored
Signature help fixes (#950)
* account properly for locs in signature help so the deepest focused item is always the one getting focus * refactor so that signature help tries to use typed information first for function calls. This will give better results since typed info will have type variables instantiated * changelog * clean up signature help * update tests
1 parent defc4aa commit 9e5bac2

File tree

4 files changed

+448
-309
lines changed

4 files changed

+448
-309
lines changed

Diff for: CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
- Enhance variant constructor payload completion. https://github.com/rescript-lang/rescript-vscode/pull/946
2222
- Clean occasional dots from "insert missing fields" code action. https://github.com/rescript-lang/rescript-vscode/pull/948
2323
- Pick up code actions in incremental compilation. https://github.com/rescript-lang/rescript-vscode/pull/948
24+
- Various improvements to the signature help functionality. https://github.com/rescript-lang/rescript-vscode/pull/950
2425

2526
## 1.48.0
2627

0 commit comments

Comments
 (0)