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
Open IntelliJ IDEA.
Go to Settings/Preferences → Plugins → Marketplace.
Search for JetTreeMark.
Click Install and restart the IDE when prompted.
Building from Source (Optional for Developers)
If you prefer building manually:
Clone the repository:
git clone https://github.com/HichemTab-tech/JetTreeMark.gitOpen the project in IntelliJ IDEA.
Run the build task:
./gradlew buildPluginFind the generated
.zip
insidebuild/distributions/
.Install it manually by going to Settings/Preferences → Plugins → ⚙️ → Install Plugin from Disk....
26 April 2025