Joe
Joe

Reputation: 23

Generate multiple files when creating one in IntelliJ IDEA

I want to create a file (in java), called file.java, then want to generate file.in and file.out after I do that. How do I do this?

Upvotes: 2

Views: 228

Answers (1)

CrazyCoder
CrazyCoder

Reputation: 401945

This feature is coming in IntelliJ IDEA 2020.3 (currently available as EAP).

Template

Upvotes: 2

Related Questions