GitHunt

Nestination

The JSON Key Finder is a Visual Studio Code extension designed to enhance your workflow by providing easy navigation through JSON files. This extension offers a quick search functionality to locate keys in your JSON, no matter how deeply nested they are. When a specific key is searched, the view is centered and highlighted, providing an instant visual cue to the key's location in the code.

Demo

CleanShot 2024-02-20 at 12 06 40

How to use

Cmd + Shift + P (or Ctrl + Shift + P for Windows) and execute 'Find key nestination'.

TODO

  • support finding array index (e.g., foo.bar[1])
  • copy key and paste full dot notation path
  • support more ext (e.g., *.yaml)
  • better docs and icon
  • testing

Languages

TypeScript95.5%JavaScript4.5%

Contributors

Created February 19, 2024
Updated March 27, 2024
unickhow/nestination | GitHunt