An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Foldable Project View

![Build](https://github.com/hsz/intellij-foldable-projectview/workflows/Build/badge.svg)
[![Version](https://img.shields.io/jetbrains/plugin/v/17288.svg)](https://plugins.jetbrains.com/plugin/17288)
[![Downloads](https://img.shields.io/jetbrains/plugin/d/17288.svg)](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

Foldable Project View Demo

## Screenshots

### Project View
![Project View](.github/readme/project-view.png)

### Preferences
![Preferences](.github/readme/preferences.png)

## 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