Skip to content

More options for class name variations #28

Description

@markspacehub

The class name is used to set the file name. I have come across use cases where I need the class name set in an lower/upper camel case (classNameExample/ClassNameExample) and the file names be underscore separated (class_name_example.h/.cpp).
Is it possible to provide more commands than the current class name variations? Ideally one of the following would allow the described use case:

CLASSNAMECAMELLOWER - converts an underscore separated CLASSNAME input into camelCase
CLASSNAMECAMELUPPER - converts an underscore separated CLASSNAME input into CamelCase

CLASSNAMEUNDERSCORED - converts a CamelCase CLASSNAME input into Camel_Case (or camelCase into camel_Case) - keeping the capitals as input
CLASSNAMEUNDERSCOREDUPPER - converts a CamelCase CLASSNAME input into CAMEL_CASE
CLASSNAMEUNDERSCOREDLOWER - converts a CamelCase CLASSNAME input into camel_case

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions