Is it possible to assign a shortcut to go automatically on New Java Class Dialog? At the very beginning of a project when I am creating a lot of classes, it\'s quit
There's an icon (C icon) in the header toolbar for creating class! Its available by default Just click it!
hit alt+shift+N and then click the respective first character for creating the respective file. For example, let's suppose you want to create a new java class:
like this you can use shortcut keys as well as first character of the word what you want to create.
Hope this might help.
First press ctrl + n and then press c then press Enter
- press ctrl + n
- press c (for selecting the class)
- press Enter (for creating a class name)
and then class will easily created.