Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

FR: Setting to disable automatic semi-colon insertion #47

Open
stowball opened this issue Apr 7, 2016 · 0 comments
Open

FR: Setting to disable automatic semi-colon insertion #47

stowball opened this issue Apr 7, 2016 · 0 comments

Comments

@stowball
Copy link
Contributor

stowball commented Apr 7, 2016

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 += ';' unless hasScope(scopes, 'source.sass')
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant