Eclipse, shortcut to create new Java class

后端 未结 9 2029
北恋
北恋 2020-12-28 14:40

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

9条回答
  •  感情败类
    2020-12-28 15:35

    You can use the New Java Class wizard to create a Java class. It can be invoked in different ways:

    • By clicking on the File menu and selecting New → Class.
    • By right clicking in the package explorer and selecting New → Class.
    • By clicking on the class drop down button and selecting class.

    The shortcuts for basic Eclipse file management actions are different between Mac and Windows/Linux environment.

    Check it out:

    Visit for more Eclipse shortcuts.

提交回复
热议问题