Home > Enterprise >  VS code equivalent shortcut for Android studio
VS code equivalent shortcut for Android studio

Time:03-11

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?

CodePudding user response:

"Shift Enter" could do the trick.

More shortcuts here: https://developer.android.com/studio/intro/keyboard-shortcuts

  • Related