Replies: 2 comments 1 reply
-
Related to this, is there a way to turn off the pop-up message |
Beta Was this translation helpful? Give feedback.
-
I think the LSP client in VScode does not allow this kind of configuration, which is very sad. Overall the client and vscode's API are very rigid and prevent most customization. Another idea would be to make the error decorations less invasive when they cover multiple lines, I don't know if that is possible or not. However, in most cases, Merlin should be able to recover from an incorrectly file to propose meaningful suggestion and prevent cascading errors, but that's often not working as expected right now. Opening issues on Merlin with simple replications for cases that are not satisfying would be very useful to start fixing these. (this won't help with non-exhaustive pattern matching however...) |
Beta Was this translation helpful? Give feedback.
-
When writing code, there are many times when the code is not correct until some future point when a function is finished.
For example, when someone writes pattern-matching cases, they know that the pattern-matching is not exhaustive and the highlighting of a large part of the code is annoying.
Is there a way to have the control of syntax, typing, exhaustivity of pattern matching only at save time?
Beta Was this translation helpful? Give feedback.
All reactions