Sublime Forum

ST4: Dumber but more inclusive auto complete

#1

Is there a way to make auto complete a little bit less aware of syntax and context, which would make it a bit more inclusive. A good example are localizations (Vue example):

{{ $t('BLAH') }}

// Some translations file…

const m = {
BLA :frowning:
}

0 Likes