fsharp icon indicating copy to clipboard operation
fsharp copied to clipboard

Improvement of completion after function call

Open ijklam opened this issue 1 year ago • 1 comments

Description

  • [x] Show static field/property and union case of the parameter/property type in completion list, and wrap it by a paren when is needed

图片 图片 图片 图片 图片

  • [x] Not suggest parameter/property name in method call after =. 图片

  • [x] Support currying functions 图片 图片

Checklist

  • [ ] Test cases added
  • [ ] Performance benchmarks added in case of performance changes
  • [x] Release notes entry updated:

ijklam avatar Jun 28 '24 09:06 ijklam

:heavy_exclamation_mark: Release notes required


:white_check_mark: Found changes and release notes in following paths:

Change path Release notes path Description
src/Compiler docs/release-notes/.FSharp.Compiler.Service/8.0.400.md
vsintegration/src docs/release-notes/.VisualStudio/17.11.md

github-actions[bot] avatar Jun 28 '24 09:06 github-actions[bot]