Skip to content
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

Break code completion in sass files #89

Open
LeonardoGentile opened this issue Nov 30, 2015 · 1 comment
Open

Break code completion in sass files #89

LeonardoGentile opened this issue Nov 30, 2015 · 1 comment

Comments

@LeonardoGentile
Copy link

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.

@fabiocaccamo
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants