aqzhyi/Sublime-Better-Completion

Scope not clear to me..

Closed this issue · 2 comments

Great stuff this auto-completion plugin! Only one thing is not totally clear for me...

"scope": "text.html - source - punctuation.definition.tag.classes",

What does this mean and when two API-completions files have the same scope will this give a conflict ?

Thanks

ctf0 commented

is it possible to specify an attribute where the compilation should be triggered , what i mean is i want the auto-comp to ignore an attr like (src="") but still work on (class="" ) ,could that be done ?

Edit:
scratch the above ,its totally up to the scopes in the syntax file ,have nothing to do with the plugin.