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.

enter image description here


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -