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

前端 未结 10 1483
隐瞒了意图╮
隐瞒了意图╮ 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:05

    In my (linux mint) system I can not get working combination alt+insert so I do the next steps:

    alt+1 (navigate to "tree") --> "context button - analog right mouse click" (between right alt and ctrl) -- then with arrows (up or down) desired choice (create new class or package or ...)

    Hope it helps some "mint" owners )).

提交回复
热议问题