Reputation: 3176
Is there a way to add VSCode as an option under Android Studio's keymap settings?
Under File
-> Settings...
-> Keymap
There are many other options listed, however none of them are even similar to VSCode
Upvotes: 36
Views: 14534
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
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:
After that you can select the keymap VSCode
in the keymap settings.
Upvotes: 67