forked from robertgaal/sass-textmate-bundle
-
Notifications
You must be signed in to change notification settings - Fork 70
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
.scss "level" differences for auto-completion #57
Comments
yes i have the same problem and for me its the most important problem to solve!I have the same problem. pls fix it. |
I cannot reproduce this.
.level-1 {
w
// Autocomplete pops up and suggests `width` Same thing applies for |
try |
It doesn't suggest namespaced color names though, but I guess that's fine. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Something weird is going on when writing code in different "levels".
For example, in a "level 1" notation like below, no colon is entered when auto-completing a property, and some properties don't show up in the auto-complete list (like font-style). If I however add a second level element inside that one, all of the above suddenly works.
Except adding a semicolon at the end.
Example:
Also see here: #37
The text was updated successfully, but these errors were encountered: