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

[xml editor] support @formatter:off / on comments to toggle auto-formatting for specific sections (same as java editor) #1601

Closed
rhoehener opened this issue Jun 11, 2024 · 3 comments

Comments

@rhoehener
Copy link

For example:

<!-- @formatter:off -->
    <dependency> <groupId>my.group</groupId> <artifactId>my.artifact1</artifactId> <version>1.1.1</version> </dependency>
    <dependency> <groupId>my.group</groupId> <artifactId>my.artifact2</artifactId> <version>2.2.2</version> </dependency>
    <dependency> <groupId>my.group</groupId> <artifactId>my.artifact3</artifactId> <version>3.3.3</version> </dependency>
    <dependency> <groupId>my.group</groupId> <artifactId>my.artifact4</artifactId> <version>4.4.4</version> </dependency>
<!-- @formatter:on -->
@mickaelistria
Copy link
Contributor

This would have to be implemented in lemminx project. Please create a new issue to https://github.com/eclipse/lemminx/issues/ and when it's fixed in lemminx, just updating lemminx will then make Wild Web Developer provide this feature.

@rhoehener
Copy link
Author

ok: eclipse-lemminx/lemminx#1648

@mickaelistria
Copy link
Contributor

Thank you. I'm going to close it here as there is no action we can take on wild web developer at the moment.

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

2 participants