Visual Studio-like custom data visualizers #111105
Labels
debug
Debug viewlet, configurations, breakpoints, adapter issues
*duplicate
Issue identified as a duplicate of another issue(s)
feature-request
Request for new features or functionality
Milestone
Visual Studio allows to extend the debugger with custom data visualizers and developing them is trivial. They can display a variable in a manner appropriate to its data type, e.g. picture for a bitmap type, rendered content for a markup language or tree view for a hierarchical data structure.
A similar feature in VS Code would allow - for example - to create a much-requsted visualizer for pandas DataFrame objects (PyCharm offers such feature).
Is the ability to add custom data visualizers on the roadmap?
The text was updated successfully, but these errors were encountered: