Skip to content

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

@mrvicadai

Description

@mrvicadai

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions