vs-code: How to inspect string variables that hold json values in debugger?

Viewed 14

Is there a way in vs code to visualize json values stored in variables while debugging? Maybe a recommended extension that could help me with this.

In Visual Studio we have this:

In Visual Studio we have this

But this in vs code is missing:

enter image description here

0 Answers
Related