| json-completerJson-completer is a vscode extension that allows developper to autocomplete nested object from a json file. Features
 Requirements
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 }
 accepted_functionsparameter let user choose which functions he want this plugin to suggest json completion for.
activate the extension by running the command "json-completer.activate" |  |