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

[AMPLIFICATION] - PrettyXML : XML extension built with .Net for Visual Studio Code #149

Open
pmahend1 opened this issue Jun 12, 2023 · 3 comments

Comments

@pmahend1
Copy link

Please describe the content.

PrettyXML in its core is built from .Net 6. It formats XML with a lot of options like the ones provided in Visual Studio on Windows like

  • Position each attribute on a separate line.
  • First attribute on same line as start element start tag.
  • All attributes indented aligning with first attribute.
  • If no child for an element then close inline end tag.
  • No empty lines.
  • Supports ' and white-space unicodes in attribute value for XAML parser compatibility.
  • Minimized XML.

It is important because some of these features are missing in other XML formatters in VS Code, VS Codium. It powered by .NET and it is fast too.

URL of the content
PrettyXML

Copy for the content
Try PrettyXML VS Code extension built with .NET 6. It formats XML files with a lot of options which are missing in
other formatters like positioning each attribute on a separate line while first attribute on same line as start element start tag.

Date requested
No fixed date. ASAP.

Channel requested
All possible

Additional context
Screenshots and GIFs are available on the repo.

@ddskier
Copy link

ddskier commented Jun 12, 2023

Scheduled for 6/15 on all social channels. Leaving open for newsletter inclusion

@nicoleabuhakmeh
Copy link
Contributor

Keeping this open for possible blog post on DNF website.

@pmahend1
Copy link
Author

Keeping this open for possible blog post on DNF website.

Thank you!

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

No branches or pull requests

4 participants