Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] Do not automatically create matching single quote for generic type declaration #220

Open
mrvicadai opened this issue Jul 6, 2019 · 0 comments

Comments

@mrvicadai
Copy link

What & Why?

Take writing the following block of ReasonML for example:

let fold: (('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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant