Android Studio Shortcut to create new file/class

Viewed 745

I know it is a very kindred question but want to know what the actual answer for it.

What is the default keyboard shortcut to create a new file/class in Android studio?

1 Answers

Found the answer, the shortcut is: Alt + Insert

Related