Jared
Jared

Reputation: 3176

VSCode keyboard shortcuts for Android Studio

Is there a way to add VSCode as an option under Android Studio's keymap settings?

Under File -> Settings... -> Keymap enter image description here

There are many other options listed, however none of them are even similar to VSCode

Upvotes: 36

Views: 14534

Answers (2)

Jared
Jared

Reputation: 3176

I was unable to find anybody else who had done this, so I created my own

https://github.com/meadowsjared/VSCode-keybindings-for-Android-Studio

If you click the GitHub link above, it includes both instructions
and you can also download the jar file you'll need (just hit Clone or download)

note: this was created for windows

Upvotes: 29

Martin Braun
Martin Braun

Reputation: 12639

Actually, JetBrains has created an official VSCode Keymap plugin in 2019 to get the Visual Studio Code keymap into Android Studio, you just need to download it first:

Installing VSCode keymap from plugins dialog

After that you can select the keymap VSCode in the keymap settings.

Upvotes: 67

Related Questions