Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 708 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 708 Bytes

json-completer

Json-completer is a vscode extension that allows developper to autocomplete nested object from a json file.

Features

Watch the video

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_functions parameter let user choose which functions he want this plugin to suggest json completion for.

activate the extension by running the command "json-completer.activate"