fwcd / curry-language-server

IDE support for the functional logic language Curry
BSD 3-Clause "New" or "Revised" License
26 stars 2 forks source link

Provide type hint code lenses for instance methods #63

Open fwcd opened 1 year ago

fwcd commented 1 year ago

Similar to the Haskell language server:

image

We might want to disable the 'apply' command, since explicit method type signatures are not valid Curry syntax.