Skip to content

loicgeek/json-completer

Repository files navigation

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"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published