JetTreeMark Docs 1.1.1 Help

Getting Started

Welcome to JetTreeMark! 🎉

JetTreeMark is an IntelliJ IDEA plugin that lets you generate and copy a clean, formatted tree view of your project's folders and files.

Installation

You can install JetTreeMark directly from the JetBrains Marketplace.

Install from Marketplace

  1. Open IntelliJ IDEA.

  2. Go to Settings/Preferences → Plugins → Marketplace.

  3. Search for JetTreeMark.

  4. Click Install and restart the IDE when prompted.

Building from Source (Optional for Developers)

If you prefer building manually:

  1. Clone the repository:

    git clone https://github.com/HichemTab-tech/JetTreeMark.git
  2. Open the project in IntelliJ IDEA.

  3. Run the build task:

    ./gradlew buildPlugin
  4. Find the generated .zip inside build/distributions/.

  5. Install it manually by going to Settings/Preferences → Plugins → ⚙️ → Install Plugin from Disk....

26 April 2025