I’m just beginning to wrap my head around the idea of scopes in Sublime Text via the docs, but I could use some help here.
I recently installed the AllAutoComplete plugin so I could autocomplete the Classes and ID’s contained in my open files when writing CSS. It works okay, but it’s suggesting any matching words in the open files (i.e. paragraph text, headings, etc…).
Ideally, it would only suggest values encapsulated in quotes (Classes, ID’s, attributes)
I know I need to change my auto_complete_selector preference in my user file in order to make this work, I’m just not sure how I should set it up.
Also, is there any way to change the default behavior once I’ve made and auto_complete selection? It would be nice in my CSS if I could have the opening and closing brackets created automatically.
Thanks for the help!