Question

I'm using intellij and programming in java(i´m a beginner), the tool is excellent and my interest is to practice as much as i can, so that I'm interested in being able to modify the template java.class because when a new file is generated also produces file header and the line "public class" of automatic way and want it to generate and empty java.class file by way of practical reasons.

Please, could anyone teach me how should I do that?

Était-ce utile?

La solution

IntelliJ does this by default when you ask it to create a new java class. If you still want to edit it, look in settings, file and code templates. You'll probably want to start with the includes file header to remove the comments.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top