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 
}
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):
// Some translations file…
const m = {
BLA 
}