You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i18n-ally is able to find and match strings no problem as seen below:
The problem is auto-complete doesn't seem to be working. I just get a message that the key doesn't exist until I type out the full key and it finds a match:
It's the same whether I use my custom function or the default chrome.i18n.getMessage({key}[, ...substitutions]):
Everything else is working fine, but I'm really missing autocomplete which I know would normally work if I create a custom framework without the .message refactor (except .message will be appended which I don't want), so it seems that's what's tripping it up.
Extension Version
i18n Ally VS Code extension v2.13.1
Describe the bug
When using the following settings:
i18n-ally is able to find and match strings no problem as seen below:
The problem is auto-complete doesn't seem to be working. I just get a message that the key doesn't exist until I type out the full key and it finds a match:
It's the same whether I use my custom function or the default
chrome.i18n.getMessage({key}[, ...substitutions])
:Everything else is working fine, but I'm really missing autocomplete which I know would normally work if I create a custom framework without the .message refactor (except .message will be appended which I don't want), so it seems that's what's tripping it up.
Extension Version
i18n Ally VS Code extension v2.13.1
Framework/i18n package you are using
chrome-ext
To Reproduce
Steps to reproduce the behavior:
chrome.i18n.getMessage('
Device Infomation
Extension Log
Screenshots
See above
The text was updated successfully, but these errors were encountered: