Package org.eclipse.lemminx.services
Interface IXMLFullFormatter
- All Known Implementing Classes:
XMLLanguageService
public interface IXMLFullFormatter
XML formatter API.
-
Method Summary
Modifier and TypeMethodDescriptionformatFull(String text, String uri, SharedSettings sharedSettings, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) Format the given text document by the shared settings.
-
Method Details