Does IntelliJ have some shortcut for changing access modifers?
Answered
Does IntelliJ have some shortcut for changing access modifers? For example, it would be nice if I could put the cursor at some class member and then press Alt + Up to widen access or Alt + Down to make it more restrictive
Please sign in to leave a comment.
So far you can change it by using the Alt+Enter intention:
void foo() {}Please tell us if this fit your needs.
Yeah, I know. It is similar, but not exactly what I wanted
Hi Nad Chel
I've created a feature request for that: https://youtrack.jetbrains.com/issue/IDEA-327818/Add-shortcut-for-a-quick-Change-access-modifier-action
Feel free to vote and watch the YouTrack item in order to be notified once it has updates. See this article if you are not familiar with YouTrack.