IntelliJ does not show 'Class' when we right click and select 'New'

后端 未结 8 1056
小鲜肉
小鲜肉 2020-12-07 10:26

We\'re creating a new project in IntelliJ and must have something wrong because when we right click on a directory, select New and then get the context menu, Java b

8条回答
  •  太阳男子
    2020-12-07 11:26

    you need to mark your directory as source root (right click on the parent directory)

    and then compile the plugin (it is important )

    as result you will be able to add classes and more

提交回复
热议问题