eclipse-wildwebdeveloper / wildwebdeveloper

Simple and productive Web Development Tools in the Eclipse IDE
https://projects.eclipse.org/projects/tools.wildwebdeveloper
Eclipse Public License 2.0
189 stars 70 forks source link

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

Closed rhoehener closed 3 months ago

rhoehener commented 3 months ago

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 commented 3 months ago

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 commented 3 months ago

ok: https://github.com/eclipse/lemminx/issues/1648

mickaelistria commented 3 months ago

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