alienhard / SublimeAllAutocomplete

Extend Sublime autocompletion to find matches in all open files of the current window
917 stars 110 forks source link

conflict with emmet plugin #45

Closed alex1012 closed 7 years ago

alex1012 commented 8 years ago

I have a trouble with this plugin (AllAutocomplete). When i write in my CSS file some emmet alias, like "dib" and press a tab key, i get some words from my files, but not required property. Can i create some settings to your plugin for press some else button for call plugin work? Or maybe you know better solution. I am very grateful for the help.

alienhard commented 8 years ago

I'm not entirely sure I understand... would it solve your problem if there was a setting that allowed you to disable AllAutocomplete in css files?

zeshanshani commented 8 years ago

@alienhard I'd second you on that thought. I'm facing the same issue as @alex1012. This is even worse when working with SCSS files.

I had to uninstall the plugin just because of that issue. :( I'd love if there's a solution.

alienhard commented 7 years ago

Support for syntax-specific exclusions is supported now. Please see the README for details.