microsoft / vscode-azurecache

Azure Cache for Redis is a fully managed, open source–compatible in-memory data store to power fast, scalable applications. Use this extension to view data in your Azure Caches and monitor them at a glance.
https://marketplace.visualstudio.com/items?itemName=ms-azurecache.vscode-azurecache
MIT License
7 stars 8 forks source link

Built-in VS Code JSON formatter does not work #58

Open tonesoutherland opened 2 years ago

tonesoutherland commented 2 years ago

Syntax highlighting works fine, but pretty-print with carriage returns and spacing does not work (Alt+Shift+F). It would be helpful to have JSON formatted in a way that is more readable directly in the pane showing the field values for each redis db.

mjromka commented 2 years ago

I support this request, it is nearly impossible to view JSON data without copying it to editable file and applying formatting.