ionide / ionide/FsAutoComplete
Function application signature help: consider adding parens to tupled arguments in tooltip
Open
enhancement
help wanted
- Dominant language
- F#
- Stars
- 486
- Forks
- 169
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 5
Description
When a function has tupled arguments, the tooltip is technically correct. However, it might be easy if you hit space after the function name to pass arguments _not_ as a tuple since you need to look for the `*` separators instead of the `->` separators:

Contributor guide
Assessment
This issue has not been assessed yet.