Skip to content

support for re-writing "-" seperated project names to ClassStyle for main class #2103

@456dev

Description

@456dev

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

No one assigned

    Labels

    status: acceptedThis 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 PRtype: enhancement

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions