Вопрос

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?

Это было полезно?

Решение

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.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top