skip to Main Content

I was using Vs Code, where I placed my cursor on work and pressed ctrl + D and it selected that word and on continuously pressing ctrl + D it finds the same word and select them to

Is there any way to do that in Android Studio, maybe there is but I am not able to find it In the keymap settings

2

Answers


  1. You can press Alt + J in android studio to achieve the same.

    Login or Signup to reply.
  2. In Android Studio or any other IntelliJ IDEs, combination of ctrl + w should do the trick

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search