Sublime Forum

Disable Auto Complete for certain files

#1

After facing the Zen Coding auto complete issues with (especially with CSS files), which is already discussed in the forum a lot, I find disabling the autocomplete ease a bit with Zen Coding on CSS files.

Is is possible to disable auto complete only on certain files; for me on CSS files.

0 Likes

#2

Was wondering if any progress had been made here?

I’ve got the Emmet package installed and when writing css properties ST3 will suggest tag names rather than letting Emmet do its thing with css shortcuts.

Example:

[data-full-table] {
    db /* this will autocomplete to data-full-table rather than giving me display: block;

Would be good to be able to disable auto complete for stuff inside a css curly brace, or disable for css completely.

0 Likes

#3

take a look at the "auto_complete_selector" setting in the default ST3 preferences - you could try copying it to your user preferences and adding - source.css to the end of the value.

0 Likes