Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Column selection mode case switch is not synchronized #20

Open
ilsurih opened this issue Jul 21, 2022 · 0 comments
Open

Column selection mode case switch is not synchronized #20

ilsurih opened this issue Jul 21, 2022 · 0 comments

Comments

@ilsurih
Copy link

ilsurih commented Jul 21, 2022

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)

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

No branches or pull requests

1 participant