AutoFileName icon indicating copy to clipboard operation
AutoFileName copied to clipboard

Break code completion in sass files

Open LeonardoGentile opened this issue 10 years ago • 1 comments

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.

LeonardoGentile avatar Nov 30 '15 10:11 LeonardoGentile

+1

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.

fabiocaccamo avatar Feb 12 '16 10:02 fabiocaccamo