Skip to content

Support options for automated conversion of casings #326

Open
@niknetniko

Description

@niknetniko

Currently, all code is converted to the appropriate casing, e.g. functions in JavaScript are converted to camel case, while they are snake case in Python.

However, this is sometimes not what you want. For example, not all programming languages are fully consistent. Some Python packages do have camel case or e.g. toJSON in JavaScript.

We should have a way of indicating that some functions do not need to be converted.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions