eclipse-jdt / eclipse-jdt/eclipse.jdt.ui

Can't create a package-info.java file

Open
#202 0 comments 0 reactions 0 assignees View on GitHub
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):

![grafik](https://user-images.githubusercontent.com/1331477/183085597-558c04f5-0906-4523-bf7d-d32cc74114da.png)

But I can create one by hand using `New > File` naming it `package-info.java`
![grafik](https://user-images.githubusercontent.com/1331477/183085810-60eb9890-a594-44a2-8d11-86addf5a55b6.png)

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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.