You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm experiencing problems when using type providers that generate a large amount of properties on a type. For example https://github.com/zanaptak/TypedCssClasses used with TailwindCSS.
It always restart filtering when i write a dash and for some reason it stops completely after I write tw.bg-green- that second dash seems to break it. It also stops working after I delete some chars and start typing again. When I delete everything and start typing from the dot it works again.
Rider version 2020.3
FSharp support version 2020.3.120
Hello, I'm experiencing problems when using type providers that generate a large amount of properties on a type. For example https://github.com/zanaptak/TypedCssClasses used with TailwindCSS.
It always restart filtering when i write a dash and for some reason it stops completely after I write
tw.bg-green-
that second dash seems to break it. It also stops working after I delete some chars and start typing again. When I delete everything and start typing from the dot it works again.Rider version 2020.3
FSharp support version 2020.3.120
in Ionide it behaves like this:
in Rider it works like this https://imgur.com/gallery/3172ZbV
I've created a example repository where it is reproducible: https://github.com/landy/typeproviders-autocomplete
The text was updated successfully, but these errors were encountered: