vscode/extensions/json-language-features
2018-07-11 16:38:32 -07:00
..
.vscode [json] split json extension (for #45900) 2018-03-17 15:47:58 +01:00
client [json] fix for schema assocations in workspace settings 2018-06-25 23:06:40 +02:00
icons [json] split json extension (for #45900) 2018-03-17 15:47:58 +01:00
server Move to latest vscode-nls for corrupted cache support 2018-07-03 16:12:52 +02:00
.vscodeignore [json] publish json language server in npm 2018-03-21 14:24:10 +01:00
package.json Move to latest vscode-nls for corrupted cache support 2018-07-03 16:12:52 +02:00
package.nls.json [folding] remove experimental flag for json/html 2018-03-20 15:29:48 +01:00
README.md Standardize readme across built-in extensions #54098 2018-07-11 16:38:32 -07:00
yarn.lock Move to latest vscode-nls for corrupted cache support 2018-07-03 16:12:52 +02:00

Language Features for JSON files.

Notice This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.

Features

This extension provides language support to JSON files.

  • auto-completion
  • diagnostics
  • extra information on hover
  • formatting