简体   繁体   中英

Disable multiple selection in Android Studio?

I was coding something and suddenly android studio started placing cursors on each and every selected line. I dont know if it is a feature that was fired because of some shortcuts that I am not aware of. This is the gif screencast.

在此处输入图像描述

How can I disable this behavior? Is it a feature? If so how to activate and deactivate it? What is it called?

You must have activated Column Selection Mode .

Use Main Menu | Edit | Column Selection Mode Main Menu | Edit | Column Selection Mode Main Menu | Edit | Column Selection Mode to toggle it ON/OFF.

Check more on different ways how you can work with Multiple Carets: https://www.jetbrains.com/help/idea/multicursor.html#column_selection

If you are on mac ⌘ (Cmd) + ↑ (Shift) + 8 will disable/enable it by default.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM