
com.intellij.lang.XmlCodeFoldingSettings Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xml-psi-api Show documentation
Show all versions of xml-psi-api Show documentation
A packaging of the IntelliJ Community Edition xml-psi-api library.
This is release number 1 of trunk branch 142.
The newest version!
package com.intellij.lang;
public interface XmlCodeFoldingSettings {
boolean isCollapseXmlTags();
boolean isCollapseHtmlStyleAttribute();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy