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
Typeclasses currently use CiClass as completion item kinds. My impression, however, is that most LSP clients (e.g. VSCode) interpret the completion item kind Class to be referring to OOP-style classes, as VSCode's icon suggests:
Since Haskell's typeclasses are semantically much closer to OOP interfaces, my suggestion would be to use CiInterface as completion item kind instead.