Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Hexagonal Feature FoldersNew to Visual Studio Code? Get it now.
Hexagonal Feature Folders

Hexagonal Feature Folders

JULIUZ FAN

|
6 installs
| (0) | Free
Create Hexagonal Architecture folders (domain, application, infrastructure) via Explorer context menu.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Hexagonal Feature Folders

Create Hexagonal Architecture folder structures in seconds using the VS Code Explorer context menu.

Designed for Angular, NestJS, and TypeScript projects.


🚀 Usage

Create hexagonal folders directly

  1. Right click on a folder in the Explorer
  2. Select Hexagonal Feature Folders Here ⬡
  3. Folders are created immediately

Create hexagonal folders


Create a feature with hexagonal structure

  1. Right click on a folder
  2. Select Hexagonal Feature Folders Here ⬡
  3. Enter a feature name (optional)

This will create:

feature-name/
├─ domain/
├─ application/
└─ infrastructure/

Create hexagonal feature


✨ Features

  • Right-click any folder in the Explorer
  • Instantly creates:
    • domain/
    • application/
    • infrastructure/
  • Optional Feature name input to nest the structure
  • Context menu only appears on valid projects
  • Zero configuration

🧠 Project detection

The command is available only when the project contains one of:

  • tsconfig.json
  • @angular/core
  • @nestjs/core
  • typescript

This keeps the context menu clean and relevant.


🧱 Hexagonal structure

domain/
application/
infrastructure/

(Subfolders can be easily added in future versions.)


📦 Supported Projects

  • Angular
  • NestJS
  • TypeScript

Author

  • JULIUZ.FAN - Owner - Julio Flores

License

Apache-2.0

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft