Completion
What It Does
Completion suggests translation keys and translated text when you type inside i18n function calls.

How to Use
Trigger Patterns
t('...')t("...")t(`...`)
Typical Workflow
- Type in an i18n call argument.
- Choose a suggestion from completion list.
- Confirm and insert the key.
Related Settings
i18n-mage.completion.enablei18n-mage.completion.displayLanguageSourcei18n-mage.completion.matchScopei18n-mage.completion.pinyinSearchi18n-mage.i18nFeatures.translationFunctionNames
Tips
- Chinese-heavy projects:
matchScope = both,pinyinSearch = both. - If suggestions are noisy: start with
matchScope = key.
