Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Json CompleterNew to Visual Studio Code? Get it now.
Json Completer

Json Completer

Loic NGOU NOUBOSSE

|
1,135 installs
| (0) | Free
Json Completer is a VS Code plugin that allow auto copletion for nested objects in json files
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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"

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft