Issue
I am new to Android Studio, and since in VS Code we could go to a new line using the shortcut "ctrl + enter" from anywhere in the line. Is there a similar shortcut for Android Studio too?
Solution
"Shift + Enter" could do the trick.
More shortcuts here: https://developer.android.com/studio/intro/keyboard-shortcuts
Answered By - Jesús Barrera
Answer Checked By - Mary Flores (JavaFixing Volunteer)