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
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
I'm quite new to Atom, and one thing that's been bugging me for a while is the automatic addition of the trailing semi-colon when you've picked an autocomplete suggestion.
For instance list-style: -> auto-complete -> square puts the semi-colon at the end.
I've got 12 years' muscle memory of typing the semi-colon manually, so I'm frequently & accidentally now writing 2 in a row. It's also annoying because when there is no auto-complete suggestion, I have to manually type it anyway, so I'd much rather an all or nothing approach.
So, I'd love a setting to enable or disable this feature.
The code in question is:
text+=';'unlesshasScope(scopes, 'source.sass')
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm quite new to Atom, and one thing that's been bugging me for a while is the automatic addition of the trailing semi-colon when you've picked an autocomplete suggestion.
For instance
list-style:
-> auto-complete ->square
puts the semi-colon at the end.I've got 12 years' muscle memory of typing the semi-colon manually, so I'm frequently & accidentally now writing 2 in a row. It's also annoying because when there is no auto-complete suggestion, I have to manually type it anyway, so I'd much rather an all or nothing approach.
So, I'd love a setting to enable or disable this feature.
The code in question is:
The text was updated successfully, but these errors were encountered: