java - How can I default constants in IntelliJ to private? -
when creating constant in intellij (using ctrl+alt+c), default public static final. how can make private static final instead?
after ctrl+alt+c, press shortcut again, shows dialog more options.
there visibility section. if select private here, new default when extracting constants next time.

Comments
Post a Comment