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
Here's a specific instance where when I press "Ctrl + Space", intellisense doesn't work (for Record Types), when I expect it to.
It should ideally show me what the type or the name of the parameter my cursor is currently on.
gleam.intellisense.mp4
Idk if it's the LSP getting confused between Generics and Instantiating a Record Type because it uses almost the same same syntax e.g. MyType(generic) (with generics) and e.g. MyType("propertyvalue") (Instantiating record types).
The text was updated successfully, but these errors were encountered:
Not sure if it's a bug, but this could be a feature request as well.
My experience with Record Types and Generic Custom Types have been pretty clunky.
Here's a specific instance where when I press "Ctrl + Space", intellisense doesn't work (for Record Types), when I expect it to.
It should ideally show me what the type or the name of the parameter my cursor is currently on.
gleam.intellisense.mp4
Idk if it's the LSP getting confused between Generics and Instantiating a Record Type because it uses almost the same same syntax e.g.
MyType(generic)
(with generics) and e.g.MyType("propertyvalue")
(Instantiating record types).The text was updated successfully, but these errors were encountered: