Skip to content

Column selection mode case switch is not synchronized #20

@ilsurih

Description

@ilsurih

Case change operation switches case individually for each selection if selected using column selection mode.

For instance, if I have multiple inputs in different cases:

test
testCamel
test_snake

And select them using column selection mode, case switches for each individually:

TEST
test_camel
test snake

If I select them altogether, case is synchronized:

test
test_camel
test_snake

Recording:
Column selection mode:
https://user-images.githubusercontent.com/5786045/180250839-c8c72141-4321-45a7-aee1-064f143ac303.mov
vs Single selection:
https://user-images.githubusercontent.com/5786045/180250778-f1fbeac0-f505-463f-9584-2ebd24a93a31.mov

IntelliJ IDEA 2021.3 (Ultimate Edition)
Build #IU-213.5744.223, built on November 27, 2021
macOS 11.3.1
Non-Bundled Plugins:
de.netnexus.camelcaseplugin (3.0.12)
com.linsage (1.0.6)
intellij.prettierJS (213.5744.122)
Pythonid (213.5744.248)
zielu.gittoolbox (212.8.1)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions