public interface ProjectViewSettings extends ViewSettings
| Modifier and Type | Interface and Description |
|---|---|
static class |
ProjectViewSettings.Delegate |
static class |
ProjectViewSettings.Immutable |
DEFAULT| Modifier and Type | Method and Description |
|---|---|
default boolean |
isShowExcludedFiles() |
default boolean |
isShowVisibilityIcons() |
default boolean |
isUseFileNestingRules()
If
true then NestingTreeStructureProvider will modify the tree presentation
according to the rules managed by ProjectViewFileNestingService: some peer files will be
shown as nested, for example generated foo.js and foo.js.map file nodes will be shown as children of the
original foo.ts node in the Project View. |
isFlattenModules, isFoldersAlwaysOnTop, isShowMembers, isShowModules, isShowURL, isStructureViewisAbbreviatePackageNames, isCompactDirectories, isFlattenPackages, isHideEmptyMiddlePackages, isShowLibraryContentsdefault boolean isShowExcludedFiles()
default boolean isShowVisibilityIcons()
default boolean isUseFileNestingRules()
true then NestingTreeStructureProvider will modify the tree presentation
according to the rules managed by ProjectViewFileNestingService: some peer files will be
shown as nested, for example generated foo.js and foo.js.map file nodes will be shown as children of the
original foo.ts node in the Project View.