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
Select Window
-> Preferences
-> General
-> Keys
and search for New (Class)
. Click on Binding
, press the keyboard shortcut you want, and click OK
to configure the shortcut.
You could use Ctrl+3 to open the "Quick Access" Wizard and type in "java class"
on Mac alt(option)+command+N > displays a menu, scroll using arrow keys for appropriate selection and hit Enter.
Press alt+shift+n it will give you a context menu from where you can select new class,package,interface
You can use the New Java Class wizard to create a Java class. It can be invoked in different ways:
The shortcuts for basic Eclipse file management actions are different between Mac and Windows/Linux environment.
Check it out:
Visit for more Eclipse shortcuts.
Ctrl+n will launch new wizard, there you can select the class/any to create new document.