1.0.0 • Published 2 years ago

@phoenix-plugin-registry/brackets-copy-json-path v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Copy JSON Path

Brackets Extension that allows to copy the JSON path (e.g. level0.level1.level2) from current cursor position.

Installation

Use the built-in Brackets Extension Manager for downloading and installing this extension. Search for brackets-copy-json-path and click on Install.

Usage

Open or create a JSON file and use one of the following ways to copy the JSON path from current cursor position:

  • Use shortcut Ctrl-Alt-C (Windows/Linux) / Cmd-Shift-C(Mac)
  • Right click on text position and select Copy JSON path
  • Use main menu: Edit -> Copy JSON path

If document contains valid JSON then the current path is copied to clipboard.; if it's not the clipboard is not modified.

Issues

For any issues please refer to the issues page.

License

Copy JSON Path is licensed under the MIT license.