The function ast::Id::to_meth errors if the underlying Id doesn't name a method. It would be useful to fuzzy match the Id against all the possible methods to provide the user with guesses as to what they may have met
Describe alternatives you've considered
Leave error message as is
Additional context
No response
Is this something that you'd be interested in working on?
[X] 👋 I may be able to implement this feature request
Category
Other
Describe the feature you'd like to request
The function
ast::Id::to_meth
errors if the underlyingId
doesn't name a method. It would be useful to fuzzy match theId
against all the possible methods to provide the user with guesses as to what they may have metDescribe alternatives you've considered
Leave error message as is
Additional context
No response
Is this something that you'd be interested in working on?