JSON
Data Extractors
Use Selection
JSON Object
README
API
Debug Visualization Views
Chrome
TypeScript/JavaScript
GitHub
@hediet
@hediet
No matching tags
No matching tags
New View
Kiosk Mode
No matching tags
Fully supported languages offer Data Extractors which convert some well known data structures to json.After installing this extension, use the command Debug Visualizer: New View to open a new visualizer view. This view works the same as the watch view of VS Code, except that the resulting value is presented visually rather than textually and you can only watch one expression (but you can still open multiple windows).Use the command Debug Visualizer: Use Selection as Expression (Shift + F1) to use the currently selected text as expression You can see in its playground which data can be visualized and how the visualization looks like.The currently watched expression should evaluate to a JSON Object string,
As said here by hediet