-
Notifications
You must be signed in to change notification settings - Fork 811
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
Static parameters of type provider completion #18427
base: main
Are you sure you want to change the base?
Conversation
❗ Release notes required
|
It seems that many tests are compiled with |
Not sure if it is the same issue; I noticed recently, some of the tooltip showing next parameter of TP, only shows after |
I think that's not the same issue 🌹🌹🌹 |
Don't know how to add a intellisense test with Type Providers, please feel free to tell me. |
Description
Add completion for static parameters of type provider. It's surprising that we don't have this before.
Note:
< >
.FSharp.Data.JsonProvider< >.
) only works when there is a dot after the< >
.This does not affect the type argument completion for non type provider.
Checklist