richie5um / vscode-statusbar-json-path

25 stars 12 forks source link

StatusBar JSONPath

Shows the path to the selected JSON Property in the StatusBar.

JSONPath

⚠️ Only works for registered JSON files. (json, jsonc, asl, ssm-json)

If you want to alias a JSON like file, add this to your config.json

"files.associations": {
    "*.myjson": "json"
}