-
Notifications
You must be signed in to change notification settings - Fork 197
Open
Labels
status: acceptedThis is a high-priority feature or a reproduced bugThis is a high-priority feature or a reproduced bugstatus: pr welcomeWe probably won't implement the issue ourselves, but we may be willing to merge a PRWe probably won't implement the issue ourselves, but we may be willing to merge a PRtype: enhancement
Description
Minecraft Development for IntelliJ plugin version
2023.2-1.6.9
Description of the feature request
when creating a project with a name like "abc-test-plugin",
the mainclass becomes com.example.abctestplugin.Abc-test-plugin
the feature request is to remove the dashes, and rewrite the main class to something like
com.example.abctestplugin.AbcTestPlugin
(like how it works if you use spaces in the name)
Metadata
Metadata
Assignees
Labels
status: acceptedThis is a high-priority feature or a reproduced bugThis is a high-priority feature or a reproduced bugstatus: pr welcomeWe probably won't implement the issue ourselves, but we may be willing to merge a PRWe probably won't implement the issue ourselves, but we may be willing to merge a PRtype: enhancement