Skip to content
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

Open
HypeillingerChillinger opened this issue Jan 24, 2022 · 4 comments
Open

Support Debugger Text Visualizer #5023

HypeillingerChillinger opened this issue Jan 24, 2022 · 4 comments

Comments

@HypeillingerChillinger
Copy link

Is there a text visualizer like in Visual Studio that shows a string in the debugger with carriage return?

@gregg-miskelly
Copy link
Contributor

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.

@terryaney
Copy link

Would be great, especially for XElement and JsonNode objects.

@gregg-miskelly gregg-miskelly changed the title Text Visualizer Support Debugger Text Visualizer Mar 14, 2023
@janaka
Copy link
Contributor

janaka commented Nov 19, 2024

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.

@gregg-miskelly
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants