Any way to extend the find functionality via extensions
up vote
0
down vote
favorite
I am looking for a way to filter keys for JSON in place, something like the JSONPath filter in Insomnia Rest Client. I have found two extensions jsonpath-extract and vscode-json-path, but both extract the contents to another editor. Is there any way this can be done in VS Code, with extensions? While I will prefer filtering and showing only matching keys, even something like the current find box is good. Thanks in advance!
visual-studio-code vscode-extensions
share | improve this question
asked Nov 8 at 16:51
Suraj Yadav
15 5
...