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

Improvement of completion after function call #17365

Draft
wants to merge 34 commits into
base: main
Choose a base branch
from

Conversation

Tangent-90
Copy link
Contributor

@Tangent-90 Tangent-90 commented Jun 28, 2024

Description

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

图片
图片
图片
图片
图片

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

  • Support currying functions
    图片
    图片

Checklist

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

support static member override completion
support get completions from generic base type for interface implementation and obj expr
support dotnet#16562 for C# style extension method
more type completion after colon
override completion after `member` in interface or object expreesion
interface name completion after `interface`
class or interface name completion after `new` of object expression
static thing completion show in short name
Show completions after `let a: string = |`
omit union type name or AutoOpen module name in completion
show preferred completions to top
Copy link
Contributor

github-actions bot commented Jun 28, 2024

❗ Release notes required


✅ 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: New
Development

Successfully merging this pull request may close these issues.

None yet

2 participants