Is there a way to create a class without using the mouse in Mac OS X?

I am just working on Mac OS X Lion and completely fresh with IntelliJ IDEA. Is there an easy way to create a class using the keyboard without using the mouse?

+4
source share
1 answer

How am i doing this

  • Navigate to the desired Java source directory in Navigator. I do this by opening the class already in the module ( ⌘ - O ), then use Select target , Project ( option - F1 , 1 ) to go to the right place in the Navigator.

enter image description here

  1. Then the Create Code command, both ⌘ - N ( Command - N ) and control - option - N on Mac OS X 10.5 + , opens a New popup window where you can enter J , A ... to get Java

enter image description here

0
source

Source: https://habr.com/ru/post/1432737/


All Articles