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

Disable smart typing pairs for colon due to usability reasons #196

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

mendezcode
Copy link

The smart typing pairs setting for colon automatically completes with
a semicolon, but this is not ideal, since it adds the semicolon on
undersired situations, such as when writing pseudo elements like
:before and :after.

This is a bit annoying when writing code since time must be spent
deleting the undesired semicolons added by this setting.

This commit removes automatic completion of colon/semicolon.

The smart typing pairs setting for colon automatically completes with
a semicolon, but this is not ideal, since it adds the semicolon on
undersired situations, such as when writing pseudo elements like
:before and :after.

This is a bit annoying when writing code since time must be spent
deleting the undesired semicolons added by this setting.

This commit removes automatic completion of colon/semicolon.
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

Successfully merging this pull request may close these issues.

1 participant