Skip to content

JSON language service extracted from VSCode to be reused, e.g in the Monaco editor.

License

Notifications You must be signed in to change notification settings

kkhcheng/vscode-json-languageservice

 
 

Repository files navigation

vscode-json-languageservice

JSON language service extracted from VSCode to be reused, e.g in the Monaco editor.

npm Package NPM Downloads Build Status

Why?

The vscode-json-languageservice contains the language smarts behind the JSON editing experience of Visual Studio Code and the Monaco editor.

  • doValidation analyses an input string and returns syntax and lint errros.
  • doComplete provides completion proposals for a given location.
  • doResolve resolves a completion proposals.
  • doHover provides a hover text for a given location.
  • findDocumentSymbols provides all symbols in the given document
  • format formats the code at the given range.

Installation

npm install --save vscode-json-languageservice

About

JSON language service extracted from VSCode to be reused, e.g in the Monaco editor.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.6%
  • JavaScript 0.4%