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
I've been struggling to find the cause of this issue for a long time.
I'm on ST3, I use https://github.com/nathos/sass-textmate-bundle for sass support. When I work on a sass file, having the sass syntax applied to it I cannot use code completions by hitting the shortuts for bringing up the completion popin.
To discover this I had to manually disable all my installed plugin until I found that disabling AutoFileName fixed the sass completion issue. It seems that only the sass files are affected so far.
The text was updated successfully, but these errors were encountered:
Scenario:
I'm editing a scss file and I want to autocomplete a background-image.
First case:
ctrl+space, then I start type the path (it starts with ../), but when I start type the path it autocompletes with the first element in the list (just after I typed the first dot).
Second case:
I type ../, then ctrl+space, the autocompletion is correct, but after I choose a folder the autocompletion stops without prompt me another folder or file.
I've been struggling to find the cause of this issue for a long time.
I'm on ST3, I use https://github.com/nathos/sass-textmate-bundle for sass support. When I work on a sass file, having the
sass
syntax applied to it I cannot use code completions by hitting the shortuts for bringing up the completion popin.To discover this I had to manually disable all my installed plugin until I found that disabling AutoFileName fixed the sass completion issue. It seems that only the sass files are affected so far.
The text was updated successfully, but these errors were encountered: