We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
And select them using column selection mode, case switches for each individually:
If I select them altogether, case is synchronized:
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)
The text was updated successfully, but these errors were encountered: