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.
Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
Description
When I type 'margin' or 'padding' in a css or scss file, it shows margin-left/padding-left as the first autocomplete option instead of just margin/padding. If i don't fully complete the word, i.e. 'margi' or 'paddin' it correctly shows 'margin' or 'padding' as the first autocorrect option. This is not an issue with other properties such as 'border'. Please see attached screen shots.
Steps to Reproduce
Type 'padding' or 'margin' inside a css or scss declaration block.
Expected behavior: I expect that if there is an auto-correct option that is identical to what has been typed, that should be the first option provided in the autocorrect drop-down.
Actual behavior: See description above
Reproduces how often: 100%
Versions
Atom 1.20.0
apm 1.18.4
MacOS 10.12.6
Additional Information
Any additional information, configuration or data that might be necessary to reproduce the issue.
The text was updated successfully, but these errors were encountered:
Mine is that when I type padding there was even any autocomplete sign at all, and even when I finished it manually, it doesn't reflect amy change that there is padding in url. Please what do I do you?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Prerequisites
Description
When I type 'margin' or 'padding' in a css or scss file, it shows margin-left/padding-left as the first autocomplete option instead of just margin/padding. If i don't fully complete the word, i.e. 'margi' or 'paddin' it correctly shows 'margin' or 'padding' as the first autocorrect option. This is not an issue with other properties such as 'border'. Please see attached screen shots.
Steps to Reproduce
Expected behavior: I expect that if there is an auto-correct option that is identical to what has been typed, that should be the first option provided in the autocorrect drop-down.
Actual behavior: See description above
Reproduces how often: 100%
Versions
Atom 1.20.0
apm 1.18.4
MacOS 10.12.6
Additional Information
Any additional information, configuration or data that might be necessary to reproduce the issue.
The text was updated successfully, but these errors were encountered: