https://github.com/hsz/intellij-foldable-project-view
Plugin for IntelliJ-based IDEs folding root files in the ProjectView
https://github.com/hsz/intellij-foldable-project-view
Last synced: 6 months ago
JSON representation
Plugin for IntelliJ-based IDEs folding root files in the ProjectView
- Host: GitHub
- URL: https://github.com/hsz/intellij-foldable-project-view
- Owner: hsz
- Created: 2021-06-18T19:18:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-28T05:41:22.000Z (8 months ago)
- Last Synced: 2025-03-29T09:08:48.604Z (6 months ago)
- Language: Kotlin
- Size: 40.6 MB
- Stars: 101
- Watchers: 8
- Forks: 41
- Open Issues: 36
-
Metadata Files:
- Readme: .github/readme/foldable-projectview.gif
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Foldable Project View

[](https://plugins.jetbrains.com/plugin/17288)
[](https://plugins.jetbrains.com/plugin/17288)The Foldable Project View is a plugin for the IntelliJ-based IDEs that lets you fold files located in the root of your project.
Available features:
- Fold matching root elements of the project modules in the Project View
- Enable/disable folding via Preferences or Project View options menu
- Optionally fold directories
- Hide empty groups
- Hide all groups
- Case-insensitive matching
- Live ProjectView preview## Demo
## Screenshots
### Project View
### Preferences
## Installation
- Using IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "Foldable Project View" >
Install Plugin
- Manually:Download the [latest release](https://github.com/hsz/intellij-foldable-projectview/releases/latest) and install it manually using
Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...---
Plugin based on the [IntelliJ Platform Plugin Template][template].[template]: https://github.com/JetBrains/intellij-platform-plugin-template