How do I create a new class in IntelliJ without using the mouse?

前端 未结 10 1468
隐瞒了意图╮
隐瞒了意图╮ 2021-01-29 18:31

Is there a way to create a new class in a desired location without using the mouse in IntelliJ?

I understand there is no keyboard binding in the default keymap.

10条回答
  •  粉色の甜心
    2021-01-29 19:18

    On Mac you can navigate to the location in Project view where you want to create your class and then use ⌘N followed by Enter.

提交回复
热议问题