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.
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.