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
Take writing the following block of ReasonML for example:
letfold: (('b,'a) => 'b,'b) => 'b;
When we intend to type 'a, the editor automatically creates a pair of single quotes '' therefore we have to manually remove the closing '. It's a minor annoyance but could really save a lot of typing if ' does not automatically expand into a pair of single quotes.
The text was updated successfully, but these errors were encountered:
What & Why?
Take writing the following block of ReasonML for example:
When we intend to type
'a
, the editor automatically creates a pair of single quotes''
therefore we have to manually remove the closing'
. It's a minor annoyance but could really save a lot of typing if'
does not automatically expand into a pair of single quotes.The text was updated successfully, but these errors were encountered: