Json-completer is a vscode extension that allows developper to autocomplete nested object from a json file.
You should configure the .jcompleter.config file at the root of your project. This file must give the path to you model json file
{ "model_path":"locales/locale_en.json", "accepted_functions":["AllTranslation.text","translate"] //optional }