Skip to content

datmt/Rapid-JSON-Search-VS-Code-Plugin

Repository files navigation

JSON Search for values quickly

JSON search plugin lets you search quickly for the value of JSON object in currently open file.

Why another JSON plugin?

This JSON search plugin comes from my actual needs. I usually have to search for translation string in JSON files. I don't know how to locate the path to the JSON value I need. As a result, I spent a lot of time filtering through my JSON files manually.

What does this JSON search plugin offer?

What this JSON search plugin does is very simple. You enter a full path or a part of a full part, it will search for the matches paths in your currently open JSON file. You may not find the exact key you search for but the are suggestions of matched JSON paths you can try.

How it works

  1. Cmd +p, type > Rapid JSON Search: Create to open the terminal
  2. Type in the path for example person.name
  3. Hit enter to see the result

Commands

  1. :clear to clear the terminal
  2. :kaput to destroy the terminal
  3. :reload reload the currently open file

License

MIT

Contact

Ping me at dat.tm24@gmail.com or visit my website at Datmt

rapid-json-search

About

Quickly search JSON in current file plugin for VS Code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •