-
Notifications
You must be signed in to change notification settings - Fork 676
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Debugger Text Visualizer #5023
Comments
No. I am not sure if it would be possible to do this in in a VS Code extension, or if this would need to be done in VS Code itself. But I will leave the issue here for now. |
Would be great, especially for XElement and JsonNode objects. |
I opened a discussion about this #7807 If anybody can point me point me in the direction where the code for the current string visualizer exists even that would be helpful. |
For text visualizers (ex: plain text, HTML, json, etc), probably the C# extension has no role. Instead, microsoft/vscode#197287 would need to be completed, and then it could work for all languages. For non-text visualizers (something analogous to Visual Studio's custom .NET Visualizer framework), more work would be needed by at least the C# extension, and possible also VS Code. |
Is there a text visualizer like in Visual Studio that shows a string in the debugger with carriage return?
The text was updated successfully, but these errors were encountered: