eclipse-jdt / eclipse-jdt/eclipse.jdt.ui
Can't create a package-info.java file
- Dominant language
- Java
- Stars
- 59
- Forks
- 127
- Avg merge
- 22h 47m
- Merged PRs (30d)
- 28
Description
If I try to create a `package-info.java` this currently seems not possible.
I choose the package and use N`ew > Java Class` but i get "package-info" is not a valid identifier (I actually dont want to create a type of course):

But I can create one by hand using `New > File` naming it `package-info.java`

but of course I the also have to add the package name and it seems not very intuitive.
I also searched for a Wizard, but only found I can create one if I create a new package...
Contributor guide
Assessment
This issue has not been assessed yet.