Questions tagged [file-templates]

20 questions
0
votes
1 answer

How to create project specific file templates in Android Studio?

I want to have project-specific templates. Like if I am working on Project 1. Only Project 1 related templates should be used. And If I am working on Project 2 Only Project 2 related templates should be used. And It would be really great if that…
Aadish Goel
  • 451
  • 1
  • 4
  • 12
0
votes
0 answers

Can you disable file header templating for specific projects?

Normally, as part of our development process, want every file to have a standard file header comment section. Here's the default one Xcode creates for reference: // // SomeFile.swift // MyProject // // Created by Joe Coder (Joe@JoeCoder.com) on…
Mark A. Donohoe
  • 28,442
  • 25
  • 137
  • 286
0
votes
0 answers

Maven file template in IntelliJ

recently I wanted to change the default maven pom file when I create a maven project in IntelliJ. So I went into the settings and edited the template. But as I'm here, it doesn't work very well. Every time I try to create a new maven project (and so…
RakSrinaNa
  • 113
  • 1
  • 2
  • 7
0
votes
1 answer

How can I create a folder for file templates in PhpStorm?

I use file templates in PhpStorm a lot. So in time I've got a big lists of file templates. Now PhpStorm limits this to an X number amount of file templates. Is there a way that I can group these file templates in a folder or something? (like how…
Giel Berkers
  • 2,852
  • 3
  • 39
  • 58
0
votes
0 answers

Custom dialogs like "Create new Test" in IntelliJ? Create class based on class?

"Create new test" dialog in IntelliJ automates creation of test classes. Test classes are autogenerated classes, bases on selected ones. Can I create such dialog of template of my own? I would like to create classes like this public interface…
Dims
  • 47,675
  • 117
  • 331
  • 600
1
2