vscode-reasonml
vscode-reasonml copied to clipboard
Fixes unexpected behavior of (**
Related to #254.
Because of the rule { "open": "(", "close": ")" }, the extra parentheses will be appended to the end if we type (**, remove ")" in "close": "*)" can solve this problem.
It would be wonderful if this could be fixed. I teach a university class that uses OCaml, and this impacts hundreds of my students each semester.