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

后端 未结 8 1071
小鲜肉
小鲜肉 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:17

    If you open your module settings (F4) you can nominate which paths contain 'source'. Intellij will then mark these directories in blue and allow you to add classes etc.

    In a similar fashion you can highlight test directories for unit tests.

提交回复
热议问题