Skip to content

Bug: using hotkey to switch states doesn't always include all-upper-cases #50

@AndroidDeveloperLB

Description

@AndroidDeveloperLB

I use "switch case" feature in the keys, of this plugin, to switch various cases of selected text:

image

It usually works, but I think that only if I use at least 2 words. Suppose you take this example of enum values, that you wish to set all caps (kotlin code) :

enum class ItemType{
    TermsOfUse , PrivacyPolicy, Acknowledgements,AppVersion
}

All of them work well, except for "Acknowledgements" which can only be replaced to "acknowledgements" and back to "Acknowledgements".

The others eventually become what they should: TERMS_OF_USE , PRIVACY_POLICY, APP_VERSION

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