AykutSarac / jsoncrack-vscode

VS Code extension of JSON Crack. Convert your JSON files into graphs with a single click and view them onto graphs.
https://marketplace.visualstudio.com/items?itemName=AykutSarac.jsoncrack-vscode
MIT License
407 stars 45 forks source link

Feature request: Visualize JSON on selection #4

Open rubendinho opened 2 years ago

rubendinho commented 2 years ago

Feature

Thanks for a great extension.

When working with JSON embedded in other file types (like say Javascript), it would be nice to be able to select a JSON object and visualize with JSON Crack via right-click context menu or command pallette.

Similarly, when navigating a really complex JSON structure, it would be nice to visualize just the selected content.

Alternative solutions or implementations

Copy and pasting the JSON into a new file doesn't really work because the JSON Crack view is not available if the file is unsaved.

Other context

No response