简体   繁体   中英

Is there any way to see the dataset and its content in Visual studio code?

In Visual studio we have option to see the dataset using Dataset Visualizer as below image.

数据集可视化工具

But in VS code, do we have anything like this? Any plug-in I can install to get this in VS code?

Currently in VS code I am getting as like this below image. Please help.

VS代码

Although C# support is not great yet, but the Debug Visualizer extension for VS Code might be exactly thing you are looking for.

There is no proper table visualizer yet and you would need to return JSON in your C# code, but feel free to contribute or to get in contact and share ideas!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM